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

2022-08-05 14:35:25

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

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

在这里插入图片描述

  • 作者:易意逸
  • 原文链接:https://blog.csdn.net/weixin_43170297/article/details/104630285
    更新时间:2022-08-05 14:35:25