第一步:项目的根目录下加入spring-boot-devtools包
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
第二步:File-Setting-Compiler,将Build project aotomatically打上勾
第三步:快捷键Ctrl+Shift+Alt+/ ,选中Registry,第一项打钩
最后再重启IDEA,就可以了。