i am try to create a one to many bidirectional mapping using spring boot and spring data jpa please look the below entity
Employer Entity
with the JSON its a problem with bi-directional mapping. Use the below properties.
@JsonIgnoreProperties("employer") @JsonIgnoreProperties("employees")
please keep fetching type as eager.
hope this will work.