IDEA安装及使用Java热部署插件-JRebel

257 阅读1分钟

IDEA使用Java热部署插件-JRebel

安装JRebel

image.png

激活JRebel

  1. jrebel.qekang.com:80/{guid} ,guid在jrebel.qekang.com/  这个网站获得
  2. 随便输入一个邮箱
  3. 同意并确认即可激活 image.png

设置自动编译项目,将Build project automatiacally选中

image.png

设置compiler.automake.allow.when.app.running

按住ctrl + shift + alt +/ 这四个键, 点击registry,将这个选项勾选上,如果已经勾选了,跳过此步骤即可。

image.png

image.png

image.png

设置生成rebel.xml

image.png

image.png

image.png

image.png

.gitignore

#JRebel
/**/rebel.xml