Spring HATEOAS - Quick Reference Full Reference : See advanced.md for affordances (HAL-FORMS), embedded resources, link relations, media types, and testing patterns. Deep Knowledge : Use with technology: for comprehensive documentation. Dependencies Core Concepts EntityModel Wrapper Response Format (HAL) CollectionModel RepresentationModelAssembler Pagination Support Best Practices | Do | Don't | |----|-------| | Use ModelAssembler pattern | Build links inline everywhere | | Include self links always | Omit navigation links | | Use standard IANA relations | Invent new relation names | | Add c…