1 2 |
//热部署 compile("org.springframework.boot:spring-boot-devtools") |
二、开启自动编译
第一步
1 2 3 |
windows:ctrl + alt + shift + / mac: command + alt + shift + / |
弹出以下界面
第二步
点击Registry,勾选compiler.automake.allow.when.app.running
第三步
勾选 Make/Build project automatically
重新运行项目,随意改一个java类,看看项目是不是重启了^_^
from:https://blog.csdn.net/JonWu0102/article/details/81064776