I\'m developing a Spring Boot Application for a shopping list. For this I use Spring Data Rest to export my entities through a REST API.
My Architecture looks like t
Try adding this Accept header when you make the request:
Accept
Accept: application/x-spring-data-verbose+json
Also, take a look at this post where this is explained in details.