|
|
@@ -1 +1,25 @@
|
|
|
-# JrebelLicenseServerforJava
|
|
|
+# 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"
|
|
|
+```
|
|
|
+default port is 8081.
|
|
|
+
|
|
|
+## Support
|
|
|
+
|
|
|
+Jrebel
|
|
|
+
|
|
|
+JRebel for Android
|
|
|
+
|
|
|
+XRebel
|