thymeleaf不重启后台刷新
配置这个足够了!
spring:
thymeleaf:
cache: false
访问静态资源
忽略掉static,直接从static的下一级作为根目录
org.springframework.boot
spring-boot-starter-thymeleaf
2.3.12.RELEASE
spring:
thymeleaf:
cache: false
忽略掉static,直接从static的下一级作为根目录
org.springframework.boot
spring-boot-starter-thymeleaf
2.3.12.RELEASE