Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚开始学习 Spring Cloud 安全性,我有一个基本问题。它与 Spring Security 有何不同?我们是否需要在 Spring Boot 上构建我们的应用程序才能使用 Spring Cloud Security?
提前致谢。
Spring Security 是 Spring Framework 中的一个独立框架。Spring Cloud Security 是一个专注于云容器和微服务的安全框架,为 Spring Boot 应用程序提供令牌化安全性。