Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 652 Bytes

File metadata and controls

17 lines (11 loc) · 652 Bytes

steps to run the project.

you need Maven to run this project.

Install Maven from here Maven site

Steps to run this project.

  1. Clone the Repository
  2. Set your own Environment Values under src/main/java/resources/ResourcesValues.java.
  3. install all dependencies using command mvn install.
  4. compile the project using command mvn clean compile.
  5. package everything in FAT JAR using command mvn package.
  6. Now you will have a JAR file under /target folder and jar file with name NZEC-BOT-1.0.jar.
  7. run the jar file using command java -jar target/NZEC-BOT-1.0.jar.