分享自建的 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 ...
随机推荐
- smarty 使用php函数
strtotime() time() <{if strtotime($activity.start_time) gt time()}> <a href="?action=d ...
- TF Boys (TensorFlow Boys ) 养成记(五): CIFAR10 Model 和 TensorFlow 的四种交叉熵介绍
有了数据,有了网络结构,下面我们就来写 cifar10 的代码. 首先处理输入,在 /home/your_name/TensorFlow/cifar10/ 下建立 cifar10_input.py,输 ...
- eclipse netbeans 代码模板
eclipse 代码模板 插入slf4j ${:import(org.slf4j.Logger,org.slf4j.LoggerFactory)} private static final Log ...
- SQL2000中创建作业(定时查询,更新)(转)
出处:http://blog.csdn.net/xys_777/article/details/5683413 SQL2000中创建作业(定时查询,更新)企业管理器 --管理 --SQL Server ...
- LightOJ 1268 Unlucky Strings (KMP+矩阵快速幂)
题意:给出一个字符集和一个字符串和正整数n,问由给定字符集组成的所有长度为n的串中不以给定字符串为连续子串的有多少个? 析:n 实在是太大了,如果小的话,就可以用动态规划做了,所以只能用矩阵快速幂来做 ...
- How attach Java source(为eclipseIDE附加资源)
In Eclipse, when you press Ctrl button and click on any Class names, the IDE will take you to the s ...
- 2、Semantic-UI之网格布局
2.1 网格布局 在semantic-ui中提供了16个网格,使用class="column",当然也可以通过数字来表示当前网格大小. 在Semantic-UI中定义的网格 ...
- 解决word2013老是打开未响应情况
问题:自己装了word2013时,每次打开word或者工作时,老是出现一个圈圈,提示未反应,是否关闭程序这样的提示: 解决方法:文件->选项->高级->显示->禁用硬件加速,将 ...
- opencv——阈值分割图像
#include "stdafx.h" #include "opencv2\opencv.hpp" using namespace cv; IplImage* ...
- velocity的日志解决问题
问题描述:velocity使用时,添加了一个非自己想要的日志文件,因此在velocity的配置中需要添加logger. 解决: velocity.properties添加log配置: runtime. ...