模板引擎页面实时生效 开发期间模板引擎页面修改以后,代码实时生效 1)禁用模板引擎的缓存 #禁用缓存 spring.thymeleaf.cache=false 2)页面修改完成以后 Ctrl+F9;重新编译