在application.properties添加如下的内容。
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.htmlspring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.content-type=text/html
本文介绍如何在application.properties中设置Thymeleaf的相关参数,包括前缀、后缀、模式、编码及内容类型。
在application.properties添加如下的内容。
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.htmlspring.thymeleaf.content-type=text/html
6569
1412

被折叠的 条评论
为什么被折叠?