IDEA中使用JRebel插件进行热部署

IDEA中使用JRebel插件进行热部署
1 在setting->plugins中选择JRebel and XRebel for IntelliJ,安装后并重启IDEA

IDEA中使用JRebel插件进行热部署
2: 在File | Settings | Build, Execution, Deployment | Compiler 中勾选 “Build project automatically”
IDEA中使用JRebel插件进行热部署
3:使用ctrl+shift+A 快捷键,在Actions 中输入Registry ,点击
IDEA中使用JRebel插件进行热部署
4 选中 compiler.automake.allow.when.app.running
IDEA中使用JRebel插件进行热部署
5 点击右侧的JRebel ,选中需要热部署的项目,即可热部署运行

IDEA中使用JRebel插件进行热部署