IDEA安装并破解JRebel 热部署插件

1.安装

打开IDEA,点击File -> Settings -> Plugins,搜索 JRebel and XRebel ,安装完成并重启。

2.破解

第一步:下载激活工具(即代理服务)

下载地址: https://github.com/ilanyu/ReverseProxy/releases/tag/v1.4;
win64版本: 选择 ReverseProxy_windows_amd64.exe 并下载。

第二步: 双击运行 ReverseProxy_windows_amd64.exe,不要关闭该窗口。

第三步: 打开IDEA选择 Help -> JRebel -> Activation,选择Team URL(connect to online licensing service)

  • 1. 填写地址(Team URL):

    1)随机生成一个GUID :https://www.guidgen.com

    2)填写激活服务器地址:http://127.0.0.1:8888/新生成的GUID

  • 2. 填写邮箱(Email address):

    1)任意填写一个邮箱地址:[email protected]

  • 3. 选择我同意(i agree with terms & conditions of the License Agreement)

第四步:激活成功

第五步: 选择 Help -> JRebel -> Configuration ,点击 Work offline(离线模式运行),这里可以看到离线可使用的到期时间,当这个时间快到了的时候可以打开代理工具重新激活插件。

第六步: 设置 Average time it takes you to redeploy the application manually 为10s(修改代码后,等待10秒,再编译部署程序)

第七步: 现在可以关闭 ReverseProxy_windows_amd64.exe 的运行窗口了。

3.问题

解决xmL不生效问题

  1. JRebel热部署xml文件无效的情况解决:
    在Setting的plugins搜索JRebel mybatisPlus extension,下载应用,然后重启idea即可!

解决破解后不生效问题

  1. 没开启自动编译:
    点击File -> Settings -> Build, Execution, Deployment > Compiler 勾选 Build project automatically.

4.文档

安装教程:https://www.jrebel.com/products/jrebel/quickstart/intellij
配置教程:https://manuals.jrebel.com/jrebel/ide/intellij-automatic-compilation.html

你可能感兴趣的:(IDEA安装并破解JRebel 热部署插件)