SpringBoot学习记录(一)--------Thymeleaf的常用配置

spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.servlet.content-type=text/html
spring.thymeleaf.cache=false
spring.thymeleaf.mode=LEGACYHTML5
spring.thymeleaf.encoding=UTF-8

发布了40 篇原创文章 · 获赞 7 · 访问量 3981

猜你喜欢

转载自blog.csdn.net/GaoXiR/article/details/104333566