A simple REST service that shows the HATEOAS compliant output of data. This project contains source code that documents a question on stackoverflow: https://stackoverflow.com/questions/48863871/spring-boot-hateoas-output-fails
Fix for the questions is now committed.
Compile and run this example:
git clone https://github.com/murygin/hateoas-people-service.git
cd hateoas-people-service
mvn spring-boot:run