To run, you will need:
- Maven 3 or above installed
To run using jetty locally:
mvn clean jetty:run -Dspring.profiles.active=local
You will be able to hit the application at http://localhost:8080
A reference implementation project for a Spring MVC app with REST services. A simple app for tracking goals.
Java
To run, you will need:
To run using jetty locally:
mvn clean jetty:run -Dspring.profiles.active=local
You will be able to hit the application at http://localhost:8080