https://github.com/spring-guides/gs-securing-web.git
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
pom文件记得 加上这个 要不就会报500 错误
https://github.com/spring-guides/gs-securing-web.git
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
pom文件记得 加上这个 要不就会报500 错误