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
As @Sharppoint said in comments, I solved the mine by removing @JsonManagedReference BUT keep @JsonBackReference.
@JsonManagedReference
@JsonBackReference