Spring Data REST How to add embedded resources inline

后端 未结 3 1511
闹比i
闹比i 2020-12-29 11:57

I\'m using Spring Data REST and Hateoas in combination with HAL browser. This works perfectly, but now I would like to make a JSON dump of a specific entity with (a set of)

3条回答
  •  北荒
    北荒 (楼主)
    2020-12-29 12:05

    In the second endpoint , if you don't want links , you have to have a controller and a resource , where you map the data to the resource and return the collection of resource from the controller

提交回复
热议问题