Aucune description

MokiBox 92b8c5213e 添加dockerfile il y a 2 ans
gradle 626a80d148 添加了gradle支持 il y a 7 ans
src 92b8c5213e 添加dockerfile il y a 2 ans
.gitignore 3b56676022 更新了排除文件 il y a 7 ans
Dockerfile 92b8c5213e 添加dockerfile il y a 2 ans
README.md ed3b45c702 添加了gradle命令行 il y a 7 ans
build.gradle 626a80d148 添加了gradle支持 il y a 7 ans
gradlew 626a80d148 添加了gradle支持 il y a 7 ans
gradlew.bat 626a80d148 添加了gradle支持 il y a 7 ans
pom.xml 92b8c5213e 添加dockerfile il y a 2 ans
settings.gradle 626a80d148 添加了gradle支持 il y a 7 ans

README.md

Jrebel & Jet Brains License Server for Java

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


Thank ilanyu

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


Setup

Run:

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

Packing a runnable jar:

mvn package

then

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

default port is 8081.

Or use gradle

gradle shadowJar

java -jar JrebelBrainsLicenseServerforJava-1.0-SNAPSHOT-all.jar -p 8081

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

default port is 8081,you can modify it

Support

Jrebel

JRebel for Android

XRebel

JetBrains Products

Feedback