https://github.com/developer-guy/springboot-rest-hateoas
https://github.com/developer-guy/springboot-rest-hateoas
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer-guy/springboot-rest-hateoas
- Owner: developer-guy
- Created: 2017-05-24T18:50:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T18:54:47.000Z (over 8 years ago)
- Last Synced: 2025-03-31T06:41:35.277Z (10 months ago)
- Language: Shell
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firstly, you must run this command : mvn clean package docker:build
after the image built then docker run -p 8080:8080 springio/spring-hateoas
Sample Request : http://localhost:8080/greeting?name="XX"