I'm building microservices using Spring Cloud Netflix, Spring Data JPA, and Spring Data REST.
The responses of my services are REST-HATEOAS formatted. Is there a way to automatically add links to other microservices in my responses?
For example, saying I have 2 microservices: Team and Player. When requesting a team, is there an (easy) way to add links to players (i.e. to the Player service) ?