springboot热部署

1、禁止thymeleaf缓存

spring.thymeleaf.cache=false

2、添加自动部署maven依赖


	org.springframework.boot
	spring-boot-devtools

3、Ctrl+F9手动编译

 

你可能感兴趣的:(springboot,spring,boot)