This project was bootstrapped with Spring Boot App.
In the root project directory, you can run:
Runs Spring Boot app locally. Curl command to test app is:
curl --request GET --include 'http://localhost:8080/actuator/health'Runs all tests available in application under src/test directory.
Builds the project and packages the resulting WAR file into the target directory.
-DskipTests property is optional and allows you to do build without running the unit tests during.
You can learn more about Maven build tool, look at Maven Getting Started Guide.
To learn Spring, check out the Spring Framework Documentation.