IDEA 热部署
添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
设置
ctrl + alt + shift +/
选 Registry
第一个打上勾
build project automatically打上勾重启就可以了