• 2024-06-11SpringBoot整合Thymeleaf
    SpringBoot整合Thymeleaf1.在pom中增加依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-thymeleaf</artifactId></dependency>2.在resources目录下添加模板文件<!DOCTYPE