Posts by Jean Thomé • 31 points
1 post
-
3
votes1
answer914
viewsQ: Circular dependency on Rest API with Spring Boot
I’m venturing into developing a Rest API using Spring Boot, JPA with Hibernate and Maven to manage the repositories. In my modeling I have a class Club: @Entity @Table( name = "CLUB") public class…