150-thymelefe的相关配置文件

这个配置文件也是写在springboot中的主配置文件中的
#关闭thymeleaf模版引擎缓存开关
spring.thymeleaf.cache=false

#设置Thymeleaf模版引擎的前后缀,这也是默认的配置文件
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html

posted on 2020-04-23 17:07  十年磨三劍  阅读(125)  评论(0编辑  收藏  举报

导航