thymeleaf不重启后台刷新
作者:互联网
配置这个足够了!
spring:
thymeleaf:
cache: false
访问静态资源
忽略掉static,直接从static的下一级作为根目录
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>2.3.12.RELEASE</version>
</dependency>
标签:false,spring,重启,boot,thymeleaf,static,后台,根目录 来源: https://www.cnblogs.com/xiaohuang001/p/16397767.html