- JDK 1.7 or later
- Maven 3 or later
- Spring Boot
- Java
mvn clean install
mvn spring-boot:run
First run the mvn clean install command. It will run all the test and build the war. Later, you can run mvn spring-boot:run to run the app. Open the default url: http://localhost:8080/
You can also simply import the project as maven and run the main spring boot app.