1 Star 16 Fork 27

猿码天地 / JrebelLicenseServerforJava

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Jrebel Java 热部署服务项目

JRebel激活服务地址免费获取:关注公众号【猿码天地】 回复 002 获取

点击获取Java技术栈学习资源

知识改变未来,很多人不相信,是因为他们从来没经历过,或者在他们周围没遇到过,无法改变自己的认知。只有某一天发现自己的一点知识成果的付出得到超期的回报时,才体会,才努力花大量成本去弥补其先前的光阴。这是当下人的矛盾与现状。而那些早已成功的人,在很早就已经知道这个太简单的道理,所以,努力付诸行动不晚。——《送给程序员朋友的一段话》

A license server for Jrebel & JetBrains products, it also support JRebel for Android and XRebel.


NOTE: This is provided for educational purposes only. Please support genuine.


1.运行部署

1.1 本地运行

cd /path/to/project
mvn compile 
mvn exec:java -Dexec.mainClass="com.vvvtimes.server.MainServer" -Dexec.args="-p 8081"

1.2 打成jar包(Windows或Linux)运行

mvn package  
java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT.jar -p 8081
或者
nohup java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT.jar -p 8081 >/dev/null 2>&1 &

默认端口 8081

1.3 使用 gradle 运行

gradle shadowJar
java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT.jar -p 8081

2.Docker部署

Build image

mvn package 
docker build -t jrebel-ls

start container

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

默认端口 8081

3.支持软件

Jrebel

JRebel for Android

XRebel

JetBrains Products

4.问题反馈

  • 关注公众号 【猿码天地】 私信 007 解答相关问题

MIT License Copyright (c) 2020 猿码天地 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Jrebel Java 热部署服务项目 展开 收起
Java 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/zhangbw666/jrebel-license-serverfor-java.git
git@gitee.com:zhangbw666/jrebel-license-serverfor-java.git
zhangbw666
jrebel-license-serverfor-java
JrebelLicenseServerforJava
master

搜索帮助