发布作者: 偷得浮生半日闲
百度收录: 正在检测是否收录...
作品采用: 《 署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 》许可协议授权
代码来自于开源项目: Byron4j/JrebelLicenseServerforJava
http://jrebel.yanjiayu.cn/
使用我提供的服务地址而非自行安装的,可直接跳过第二部直接看使用教程
将Jrebel License Server项目克隆到本地,或下载zip
git clone https://gitee.com/gsls200808/JrebelLicenseServerforJava.git
编译并打包项目
cd /path/project
mvn clean
mvn commpile
mvn exec:java -Dexec.mainClass="com.vvvtimes.server.MainServer" -Dexec.args="-p 8081"
mvn package
运行项目
java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar -p 8081
默认端口为8081,你也可以自己修改指定的端口
创建镜像
cd /path/to/project
mvn package
docker build -t jrebel-ls
运行镜像
docker run -d --name jrebel-ls --restart always -e PORT=9001 -p 9001:9001 jrebel-ls
默认端口为9001,你也可以自己修改指定的端口
[scode type="red"]idea2018.2及后续版本修改了激活报文,故无法激活。[/scode]
[scode type="red"]idea2017及后续版本不可使用本地地址激活。[/scode]
输入激活路径:http://jrebel.yanjiayu.cn/64245b6b-ef68-4bdc-aabf-7f8e85a540e4
在Team URL (required)一栏输入你的激活服务器地址,如:http://jrebel.yanjiayu.cn:9001/64245b6b-ef68-4bdc-aabf-7f8e85a540e4
I agree with the terms & conditions of the License Agreement
选项,否则无法激活[/scode]
—— 评论区 ——