Spring Boot项目 Build 不生效的问题 2020-07-31 17:00:32 浏览数 (2) Spring Boot Build 不生效的问题这是thymeleaf默认开启了缓存的缘故。在yml中关闭即可。(application.yml)代码语言:javascript复制#关闭模板缓存 spring: thymeleaf: cache: false spring 缓存 boot build thymeleaf 0 人点赞 上一篇:分享雷军22年前编写的代码