Young87

SmartCat's Blog

So happy to code my life!

游戏开发交流QQ群号60398951

当前位置:首页 >跨站数据

IDEA安装JRebel插件并通过JRebel服务进行激活

废话不多说,直接开始。

1. Idea安装JRebel插件

File --> Setting --> Plugins,搜索JRebel,Install安装后,重启Idea在这里插入图片描述

2. 构建JRebel服务(若已知服务,可忽略该步骤)

下载开源:https://gitee.com/gsls200808/JrebelLicenseServerforJava.git

本地服务

运行MainServer这个类中的main方法。会看到如下日志后,就说明启动成功了。这样可以直接使用本地的这个服务激活Jrebel了。

License Server started at http://localhost:8081
JetBrains Activation address was: http://localhost:8081/
JRebel 7.1 and earlier version Activation address was: http://localhost:8081/{tokenname}, with any email.
JRebel 2018.1 and later version Activation address was: http://localhost:8081/{guid}(eg:http://localhost:8081/779a56c2-4163-430e-9492-087bbb568a30), with any email.

远程服务

  1. 使用Maven打包成Jar包放到Linux服务
mvn clean package
  1. 启动服务
nohup java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar  >/dev/null 2>&1

3. 点击进入生成一个GUID

在这里插入图片描述

4. 开始激活JRebel

重启Idea后,Help --> JRebel --> Activation

在这里插入图片描述

Team URL第一行:(本地或服务器或别人现成的)服务地址/刚生成的GUID
Team URL第二行:自己的邮箱
勾选agree with the terms…
点击Activate JRebel激活

在这里插入图片描述

在这里插入图片描述

除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog

上一篇: 自建裸金属实例Oracle RAC上云

下一篇: 【限时免费报名】MongoDB原厂和阿里专家喊你来训练营上课啦!

精华推荐