翻过高山走不出你
spring.thymeleaf.cache 设为false或者使用springboot的devtools<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>