IDEA中SpringBoot实现热部署

1,在pom.xml中引入

org.springframework.boot spring-boot-devtools true true 【IDEA中SpringBoot实现热部署】org.springframework.boot spring-boot-maven-plugin true

2,在idea中设置(Settings-->Complier-->勾选Build project automatically)
3,快捷键(shift-ctrl-a)-->registry...-->勾选compiler.automake.allow.when.app.running
4,重启IDEA

    推荐阅读