添加依赖
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-devtools</artifactId><scope>runtime</scope><optional>true</optional></dependency>
添加spring-boot-maven-plugin插件
<build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId></plugin></plugins></build>
开启自动编译选项

- 注册
- 快捷键Ctrl+Shift+Alt+/ 打开:

- 选择以下选项

- 重启IDEA
