This project contains a Spring Boot REST service for "a big city".
This project is driven using Maven. You will need to install Maven locally to build, run, and test this project.
You can run the service locally using the following from the command:
$ mvn spring-boot:run
This service comes with some rudimentary tests as a good starting point for writing your own. Use the following command to execute the tests using Maven:
$ mvn test
Created by Atomist. Need Help? Join our Slack team.