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

前端 未结 7 1543
一整个雨季
一整个雨季 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:17

    As @Sharppoint said in comments, I solved the mine by removing @JsonManagedReference BUT keep @JsonBackReference.

提交回复
热议问题