#返回页面的路径 spring.thymeleaf.prefix=classpath:/templates/ #文件后缀 spring.thymeleaf.suffix=.html #模式 spring.thymeleaf.mode=LEGACYHTML5 spring.thymeleaf.servlet.content-type=text/html #编码格式 spring.thymeleaf.encoding=utf-8 #不需要缓存 spring.thymeleaf.cache=false spring.resources.chain.strategy.content.enabled=true spring.resources.chain.strategy.content.paths=/**



