一、添加以下依赖:
<!-- 热部署模块 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
二、勾选以下功能:
File-Settings-Compiler-Build Project automatically
三、ctrl + shift + alt + /,选择Registry,勾上 Compiler autoMake allow when app running:
注:2021版本的Idea在Register中找不到这个,需要到高级设置中查找: