下载地址: 码云源码地址
git clone https://gitee.com/suveng/JrebelLicenseServerforJava.git
运行MainServer这个类中的main方法
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.
看到如下日志后,就说明启动成功了。可以直接使用本地的这个服务激活Jrebel了。
mvn clean package -Dmaven.test.skip=true
在target目录下找到打好的jar包,上传到服务器。
nohup java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar >log 2>&1
dependencies.jar >log 2>&1
### 4.测试服务是否可以访问
`telnet ip 端口`