问题
我的yaml配置
server:
port: 8080
resources:
static-locations:
- classpath:/static/
spring:
thymeleaf:
cache: false
checktemplatelocation: true
enabled: true
encoding: UTF-8
mode: HTML
prefix: classpath:/templates/
suffix: .html
...小于 1 分钟