An open API service indexing awesome lists of open source software.

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

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.