此模块包含有关Spring Boot Security的文章。
- Spring Boot Security自动配置
- 用于Spring Boot集成测试的Spring Security
- Spring Security标签库简介
- Spring Security中的@CurrentSecurityContext指南
- 在Spring Boot中禁用特定Profile的安全性
- Spring中的@EnableWebSecurity与@EnableGlobalMethodSecurity
- Spring Security配置不同的URL
- mvn clean install
- uncomment actuator dependency simultaneously with the line from basic auth main class
- uncomment security properties for easy testing. If not random will be generated.
- curl -X POST -u tuyucheng-admin:tuyucheng -d grant_type=client_credentials -d username=tuyucheng-admin -d password=tuyucheng http://localhost:8080/oauth/token