SpringBoot 整合 SpringSecurity 之起源篇(零)本篇为SpringSecurity的第一篇,主要来介绍下什么是SpringSecurity,以及在springboot中如何使用
.
SpringBoot 整合 SpringSecurity 之起源篇(零)
.本篇为SpringSecurity的第一篇,主要来介绍下什么是SpringSecurity,以及在springboot中如何使用它
I. 基本知识点
.官方文档: docs.spring.io/spring-secu…
.下面是官方介绍
.Spring Security is a powerful and highly customizable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications.
. .Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it can be extended to meet custom requirements
.用国语,简单抽象的说一下它的定义
- 很
