How to fix infinite recursion (circular reference) in JSON using JPA bidirectional relationships with @JsonIgnoreProperties?
I have been asking something similar in this question Link, but the answer did not resolve the problem. I saw a tutorial for handling circular references here the post. I applied those and the other ones, but no ones working…