Spring REST, JSON “Can not handle managed/back reference 'defaultReference'” 415 Unsupported Media Type

前端 未结 7 1557
一整个雨季
一整个雨季 2020-12-28 17:16

I am trying to POST to http://localhost:9095/translators from an AngularJS front-end using Spring boot/Spring RestController backend.

I can do a GET and the response

7条回答
  •  无人及你
    2020-12-28 18:08

    I got it solved by getting rid of JsonManagedReference and JsonBackReference and replacing it with JsonIdentityInfo

提交回复
热议问题