Mac IntelliJ IDEA设置spring boot热启动

Mac IntelliJ IDEA设置spring boot热启动

      • 1. 勾选 Build project automatically
      • 2. 勾选register中某一项
      • 3. 完成

在使用IntelliJ IDEA开发过程中,springboot的java代码需要重新启动进行编译,才能生效,才能看到效果。

这时候可以打开IDEA的热启动自动编译功能,可以在编辑完成后Commond+S保存时触发自动编译,省去不少重新启动的时间,配置如下

1. 勾选 Build project automatically

Mac快捷键:Command + ,

2. 勾选register中某一项

Mac快捷键:Command + Shift + A
打开Registry..
Mac IntelliJ IDEA设置spring boot热启动_第1张图片
找到complier.automake.allow.when.app.running并勾选
可直接输入complier.automake.allow.when.app.running等关键字进行查询
Mac IntelliJ IDEA设置spring boot热启动_第2张图片

3. 完成

配置已完成,此时需重新启动项目,对代码进行编辑保存(commond+s)后,会解发自动编译。如果Intellij设置了自动保存,那就会在编辑代码后进行自动保存,并触发自动编译。

你可能感兴趣的:(+Software/软件使用)