热部署: 每一次修改代码后会自动更新,无需每次重启
修改后记得Reload一下
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency># 热部署
spring.devtools.restart.enabled=trueCompiler,勾选Build project automatically

Advanced Settings->勾选Allow auto-make to start even if developed application is currently running

现在SpringBoot就可以自动热部署了,效果还不错,但是感觉速度有点慢。
settings->Languages & Frameworks->Spring->Spring Boot
设置Refresh health in the Actuator tab ewver为1
