IDEA 设置热部署

转自:https://blog.****.net/ligh_sqh/article/details/79500575

第一步: 
设置IDEA开启项目自动编译,进入设置找到Build,Execut, Deployment -> Compiler 勾选中左侧的Build Project automatically 

第二步: 
IDEA开启项目运行时自动make,

shift+alt+/(windows系统) 搜索命令:registry -> 勾选compiler.automake.allow.when.app.running 
 
点击Registry之后勾选compiler.automake.allow.when.app.running 

IDEA 设置热部署