-
Notifications
You must be signed in to change notification settings - Fork 3
Compiling
Enis edited this page Jun 19, 2018
·
1 revision
- Maven 3 (3.3.9+)
- Java JDK 8+
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