Spring Data Rest - Include nested resource in _embedded

后端 未结 2 2078
陌清茗
陌清茗 2021-01-07 03:55

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

2条回答
  •  耶瑟儿~
    2021-01-07 04:57

    Try adding this Accept header when you make the request:

    Accept: application/x-spring-data-verbose+json
    

    Also, take a look at this post where this is explained in details.

提交回复
热议问题