0x01 修改pom.xml

  1. <!-- spring-boot热部署 -->
  2. <dependency>
  3. <groupId>org.springframework.boot</groupId>
  4. <artifactId>spring-boot-devtools</artifactId>
  5. </dependency>

image.png

0x02 IDEA 配置

  1. 点击 IntelliJ IDEA -> Preferences…

image.png
image.png

  1. 按下 option + command + shift + /
  2. 出现如下图

image.png
image.png

然后退出 IDEA 编辑器, 重启项目应用 即可

接下来修改任意内容以后 ommand+s 后,应用就会自动编译