steps to run the project.
you need Maven to run this project.
Install Maven from here Maven site
- Clone the Repository
- Set your own Environment Values under src/main/java/resources/ResourcesValues.java.
- install all dependencies using command mvn install.
- compile the project using command mvn clean compile.
- package everything in FAT JAR using command mvn package.
- Now you will have a JAR file under /target folder and jar file with name NZEC-BOT-1.0.jar.
- run the jar file using command java -jar target/NZEC-BOT-1.0.jar.