https://github.com/jnwelzel/mars
Navigating on the red planet
https://github.com/jnwelzel/mars
java8 rest spring-boot
Last synced: about 2 months ago
JSON representation
Navigating on the red planet
- Host: GitHub
- URL: https://github.com/jnwelzel/mars
- Owner: jnwelzel
- Created: 2017-06-24T13:45:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T11:45:08.000Z (almost 9 years ago)
- Last Synced: 2025-08-16T10:45:24.637Z (10 months ago)
- Topics: java8, rest, spring-boot
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
- fire up the application using `$ mvn spring-boot:run`
- then hit the server using curl `$ curl -s --request POST http://localhost:8080/rest/mars/MMRMMRMM`
- you should see `(2, 0, S)` printed out
# Packaging app for servlet container
- use this command `$ mvn package` (this will also run the tests)