spring-security基础

一、简介

构建系统时,对于请求需要考虑安全性的问题,可能需要进行身份验证、权限管理,这样可以有效保证自己网站的安全。

二、使用

1. 安装

引入 Spring Security 的依赖

1
2
3
4
5
6

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>

作者

Bruce Liu

发布于

2019-05-09

更新于

2022-11-12

许可协议

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

评论

You forgot to set the shortname for Disqus. Please set it in _config.yml.