侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

SpringBoot 整合 SpringSecurity 之起源篇(零)

2022-06-20 星期一 / 0 评论 / 0 点赞 / 68 阅读 / 1475 字

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

.

用国语,简单抽象的说一下它的定义

广告 广告

评论区