# LicenseServer **Repository Path**: yushangcl/LicenseServer ## Basic Information - **Project Name**: LicenseServer - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-17 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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="cn.itbat.license.MainController" -Dexec.args="-p 8081" ``` Packing a runnable jar: ``` mvn package ``` then ```bash java -jar LicenseServer-1.0-jar-with-dependencies.jar -p 8081 ``` ```bash nohup java -jar LicenseServer-1.0-jar-with-dependencies.jar -p 8081>license.out 2>&1 & ``` default port is 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