Install Java 8 Install Maven on your system Install Git
clone on your local system run following command on root of the project mvn clean compile
if want to run your application from command line then use following command
java -jar target/TestApp-0.0.1-SNAPSHOT.jar
Above jar file is generated by maven compile command you executed above
Make sure you change the database configurations in application-dev.properties file according to your environment