https://github.com/techprimers/rest-hateoas-example
Spring Boot HATEOAS Example for REST
https://github.com/techprimers/rest-hateoas-example
Last synced: 6 months ago
JSON representation
Spring Boot HATEOAS Example for REST
- Host: GitHub
- URL: https://github.com/techprimers/rest-hateoas-example
- Owner: TechPrimers
- Created: 2017-10-04T19:38:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T19:40:56.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T17:16:51.769Z (over 1 year ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 7
- Watchers: 0
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HATEOAS Example using Spring MVC in Spring Boot
- `/rest/users/all` - returns normal Users model without links.
- `/rest/users/hateoas/all` - returns the HATEOAS REST representation with Hypermedia response.