分享自建的 Jrebel License Server 激活 Jrebel
说明
代码来自于开源项目: gsls200808 / JrebelLicenseServerforJava
自建的服务地址
http://jrebel.yanjiayu.cn:9001/
使用我提供的服务地址而非自行安装的,可直接跳过第二部直接看使用教程
自行安装
本地环境安装
安装 JDK,并设置环境变量,需要至少 JDK6.0+
安装 MAVEN
- MAVEN 最新版下载地址:https://maven.apache.org/download.cgi
- MAVEN 历史版本:https://archive.apache.org/dist/maven/maven-3/
将 Jrebel License Server 项目克隆到本地,或下载 zip
项目地址:https://gitee.com/gsls200808/JrebelLicenseServerforJava
1
git clone https://gitee.com/gsls200808/JrebelLicenseServerforJava.git
编译并打包项目
1
2
3
4
5cd /path/project
mvn clean
mvn commpile
mvn exec:java -Dexec.mainClass="com.vvvtimes.server.MainServer" -Dexec.args="-p 8081"
mvn package运行项目
1
java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar -p 8081
默认端口为 8081,你也可以自己修改指定的端口
运行,成功则显示如下

使用 Docker 运行
安装 docker 环境
克隆项目到本地
创建镜像
1
2
3cd /path/to/project
mvn package
docker build -t jrebel-ls运行镜像
1
docker run -d --name jrebel-ls --restart always -e PORT=9001 -p 9001:9001 jrebel-ls
默认端口为 9001,你也可以自己修改指定的端口
运行,成功则显示如下

使用教程
Idea 激活
- idea2018.2 及后续版本修改了激活报文,故无法激活。
- idea2017 及后续版本不可使用本地地址激活
- 点击激活 Idea
- 激活方式选择 License server
- 输入激活路径:http://jrebel.yanjiayu.cn:9001/64245b6b-ef68-4bdc-aabf-7f8e85a540e4
- 前半部分为你的激活服务器地址
- 后半部分为 UUID,你可以前往以下网站自行生成:https://www.uuidgenerator.net/
- 点击 ACTIVATE 完成激活

Jrebel 激活
- 下载并安装 Jrebel
- 打开激活界面,选择激活方式为:Connect to online licensing service
- 在 Team URL (required) 一栏输入你的激活服务器地址,如:http://jrebel.yanjiayu.cn:9001/64245b6b-ef68-4bdc-aabf-7f8e85a540e4
- 前半部分为你的激活服务器地址
- 后半部分为 UUID,你可以前往以下网站自行生成:https://www.uuidgenerator.net/
- 在 Email address (required) 一栏输入你的邮箱地址,可以随意填写
- 点击 Activate 完成激活,激活前记得勾选 “I agree with the terms & conditions of the License Agreement” 选项,否则无法激活


分享自建的 Jrebel License Server 激活 Jrebel的更多相关文章
- jrebel license server 激活方法
方法1: 使用已经封装好的jar包,保持一直运行即可(放到服务器上). 链接:https://pan.baidu.com/s/1rrn-6F26JpD5RSsbJV3-hQ 密码: dscu 服务器上 ...
- phpstorm version 2016.2 License Server激活
phpstorm version 2016.2 License Server激活 安装后,在激活的时候选择 license server; 输入如下地址激活: http://jetbrains.ten ...
- pycharm License server激活
2018-11-15 pycharm License server激活有效:https://idea.ouyanglol.com/
- InterlliJ IDEA 2017.3.x / 2017.3.4 License Server激活
InterlliJ IDEA 2017.3.x / 2017.3.4 License Server激活 1.Lincense Server激活 // 激活IDEA的License Server 地址 ...
- IDEA 2017破解 license server激活
确保电脑在联网状态,在激活窗口选择license server 填入下面的license server: http://intellij.mandroid.cn/ http://idea.imsxm. ...
- 【转】IDEA 2017破解 license server激活
确保电脑在联网状态,在激活窗口选择license server 填入下面的license server: http://intellij.mandroid.cn/ http://idea.imsxm. ...
- (转)IDEA破解 2017 IDEA license server 激活(可用)
进入ide主页面,help-register-license server,然后输入 http://idea.iteblog.com/key.PHP(注意:php要小写)即可~
- 强大的代码编辑器 phpstorm version 2016.2 License Server激活
"磨刀不误砍柴工","工欲善其事必先利其器",找个一个好的代码开发编辑工具可以让我们事半功倍,并且代码质量得到保障,在这里就推荐一款强大的代码编辑器,不对其实可 ...
- IDEA破解 Intellij IDEA license server 激活(可用)
激活地址如下图所示: 2018 intellij idea 注册码(亲测可用): C0FHYYCJ22-eyJsaWNlbnNlSWQiOiJDMEZIWVlDSjIyIiwibGljZW5zZWVO ...
随机推荐
- springboot用于web开发
1.使用SpringBoot:1)创建SpringBoot应用,选中我们需要的模块:2)SpringBoot已经默认将这些场景配置好了,只需要在配置文件中指定少量配置就可以运行起来3)自己编写业务代码 ...
- C#异步中的Task,async,await
class Program { static void Main(string[] args) { Console.WriteLine("我是主线程,线程ID:{0}", Thre ...
- 白盒测试实践--Day5
累计完成任务情况: 阶段内容 参与人 完成个人情况说明并提交作业 全体 汇总作业,查漏补缺,完成代码测试总结 小靳.小龙 完成测试小结 小黄.小尹 完成静态代码检查结果报告 小靳 完成JUnit脚本编 ...
- [欣赏代码片段] (JavaScript) 你使用过getComputedStyle没有
(function() { // IE8 ployfill for GetComputed Style (for Responsive Script below) if (!window.getCom ...
- Hibernate查询对象所有字段,单个字段 ,几个字段取值的问题
HQL 是Hibernate Query Language的简写,即 hibernate 查询语言:HQL采用面向对象的查询方式.HQL查询提供了更加丰富的和灵活的查询特性,因此Hibernate将H ...
- NIOS II 自定义IP核编写基本框架
关于自定义IP .接口 a.全局信号 时钟(Clk),复位(reset_n) b.avalon mm slave 地址(as_address) 片选(as_chipselect /as_chipsel ...
- BZOJ 3884 上帝与集合的正确用法(扩展欧拉定理)
Description 根据一些书上的记载,上帝的一次失败的创世经历是这样的: 第一天, 上帝创造了一个世界的基本元素,称做“元”. 第二天, 上帝创造了一个新的元素,称作“α”.“α”被定义为“ ...
- VC中CRect类的简单介绍
CRect CRect类与Windows RECT结构相似,并且还包括操作CRect对象和Windows RECT结构的成员函数.在传递LPRECT,LPCRECT或RECT结构作为参数的任何地方,都 ...
- Tomcat配置文件与启动顺序
三个配置应用的位置: 1.conf目录下的server.xml文件:此方式为Eclipse默认配置方法,同时也是三种方式中优先级最高的. <?xml version="1.0" ...
- $.ajax()所有参数详解
原文:https://www.cnblogs.com/everest33Tong/p/6159700.html [一]$.ajax()所有参数详解 url: 要求为String类型的参数,(默认为当前 ...