热门标签 | HotTags
当前位置:  开发笔记 > 运维 > 正文

JrebelLicenseServer激活IDEA-Jrebel-在线-离线-均适用(推荐)

这篇文章主要介绍了JrebelLicenseServer激活IDEA-Jrebel-在线-离线-均适用,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下

使用教程

代码地址:https://gitee.com/gsls200808/JrebelLicenseServerforJava

运行服务-jar方式

​  1.将 Jrebel License Server 项目克隆到本地,或下载 zip

​  2.编译并打包项目

​  3.运行项目

java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar -p 8081

​默认端口为 8081,你也可以自己修改指定的端口

运行服务-docker方式

1.安装 docker 环境

详情参考官网:https://www.docker.com/get-started

2.克隆项目到本地

3.创建镜像

cd /path/to/projectmvn packagedocker build -t jrebel-ls

4.运行镜像

docker run -d --name jrebel-ls --restart always -e PORT=9001 -p 9001:9001 jrebel-ls

默认端口为 9001,你也可以自己修改指定的端口

5.运行,成功则显示如下

激活IDEA(2020.2.3测试成功)

1.点击激活 Idea

2.激活方式选择 License server

3.输入激活路径:

http://localhost:8081/64245b6b-ef68-4bdc-aabf-7f8e85a540e4

前半部分为你的激活服务器地址和端口后半部分为 UUID,你可以前往以下网站自行生成:https://www.uuidgenerator.net/

4.点击 ACTIVATE 完成激活

Jrebel 激活

1.下载并安装 Jrebel

2.打开激活界面,选择激活方式为:Connect to online licensing service

3.在 Team URL (required) 一栏输入你的激活服务器地址,如:

http://localhost:8081/64245b6b-ef68-4bdc-aabf-7f8e85a540e4

  • 前半部分为你的激活服务器地址
  • 后半部分为 UUID,你可以前往以下网站自行生成:https://www.uuidgenerator.net/

4.在 Email address (required) 一栏输入你的邮箱地址,可以随意填写

5.点击 Activate 完成激活,激活前记得勾选 “I agree with the terms & conditions of the License Agreement” 选项,否则无法激活

最新idea2020安装部署超详细教程

懂得懂的

2020.3

2020.2.4

2020.2.3

2020.2.2

20.2.1

2019.3

2018.3

最新2020永久

到此这篇关于Jrebel License Server 激活 IDEA-Jrebel-在线-离线-均适用的文章就介绍到这了,更多相关Jrebel License Server 激活内容请搜索以前的文章或继续浏览下面的相关文章希望大家以后多多支持!


推荐阅读
author-avatar
穷游小美女
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有