springboot集成thymeleaf

pom.xml  <dependency>             <groupId>org.springframework.boot</groupId>             <artifactId>spring-boot-starter-thymeleaf</artifactId>         </dependency>     spring.thymeleaf.cache=false
相关文章
相关标签/搜索