Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 635 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 635 Bytes

atm-spring-boot-a2973

This project contains A Spring Boot REST Service.

Development

This project is driven using Maven.

Run locally

You can run the service locally using the following from the command:

$ ./mvnw spring-boot:run

Run tests

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:

$ ./mvnw test

Created by Atomist. Need Help? Join our Slack team.