IDEA安装JRebel插件并通过JRebel服务进行激活
日期: 2020-12-07 分类: 跨站数据 493次阅读
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.
远程服务
- 使用Maven打包成Jar包放到Linux服务
mvn clean package
- 启动服务
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
精华推荐