Нема описа

backflow 89e51af8e7 添加可选的端口参数 пре 8 година
src 5245d02924 添加可选的端口参数 пре 8 година
.gitignore ba0b0736bf init commit пре 8 година
README.md 5245d02924 添加可选的端口参数 пре 8 година
pom.xml 89e51af8e7 添加可选的端口参数 пре 8 година

README.md

Jrebel License Server for Java

A license server for Jrebel 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 JrebelLicenseServerforJava-1.0-SNAPSHOT-jar-with-dependencies.jar -p 8081

default port is 8081.

Support

Jrebel

JRebel for Android

XRebel

Feedback