自己搭建 jrebel 插件服务器 学习– 支持全部版本 IDEA
本文主要用来自己学习,请有能力的同学,支持正版,正版不易,如有侵权,请私信联系,我将删除
准备工作
- Linux 服务器/本地服务器
- jdk1.8
测试 idea 版本
下载源码
https://gitee.com/gsls200808 感谢大神提供的源码
需要下载已编译好的源码:
编译源码
用 idea 编译完成后 target 目录下有个 jar 包 -- JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar
将编译好的 jar 上传到服务器
执行启动命令
java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar
腾讯云、阿里云放开 8081 端口
浏览器访问 ip:8081
idea 换成自己的 license
idea 激活 jrebel 邮箱随便填写
url: 自己搭建的 ip://port/{uuid}
点击 active
生成 uuid
https://www.uuidgenerator.net/ 生成 uuid 网站
激活成功
本文仅做学习研究使用哦!不得用于商业环境!!!!!