SpringBoot项目在IntelliJ IDEA中实现热部署(简单方式)

------   开启idea自动make/build功能   -----

1、CTRL + SHIFT + A --> 查找make project automatically --> 选中 

2、CTRL + SHIFT + A --> 查找Registry --> 找到并勾选compiler.automake.allow.when.app.running 

3、最后重启idea 

原文地址:https://www.cnblogs.com/tongxuping/p/8966835.html