Spring Boot集成Spring Security
2019-04-30 本文已影响63人
我问你瓜保熟吗
修改build.gradle
// 添加 Spring Security依赖
implementation 'org.springframework.boot:spring-boot-starter-security'
// 添加 Thymeleaf Spring Security 依赖
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.2.RELEASE'