Thymeleaf官网:https://www.thymeleaf.org/
SpringBoot:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
导入依赖SpringSecurity
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency>
时间:2021-08-14 23点23分