Skip to content

Compiling

Enis edited this page Jun 19, 2018 · 1 revision

Prerequisite

  • Maven 3 (3.3.9+)
  • Java JDK 8+

Compiling

To compile the Spring-Boot application you need to be in the project directory and run the following command $ mvn clean package This process will produce an executable jar file (spring-boot executable) in the folder "burst-mining-pool-bot-boot/target/". This jar file can be used as a Unix/Linux service. For more information visit: Installing Spring Boot Applications

Clone this wiki locally