修改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'
网友评论