12 lines
914 B
Markdown
12 lines
914 B
Markdown
[](http://projects.spring.io/spring-hateoas/#quick-start)
|
|
[](http://projects.spring.io/spring-hateoas/#quick-start)
|
|
|
|
# Spring Hateoas
|
|
This project provides some APIs to ease creating REST representations that follow the [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS) principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.
|
|
|
|
## Resources
|
|
|
|
- Reference documentation - [html](http://docs.spring.io/spring-hateoas/docs/current/reference/html/), [pdf](http://docs.spring.io/spring-hateoas/docs/current/reference/pdf/spring-hateoas-reference.pdf)
|
|
- [JavaDoc](http://docs.spring.io/spring-hateoas/docs/current-SNAPSHOT/api/)
|
|
- [Getting started guide](https://spring.io/guides/gs/rest-hateoas/)
|