Consider defining a bean of type ‘com.itac.service.ProductService’ in your configuration error
i’m new to spring boot so i got this error.
Description:
Spring JPA: How to fetch a Many to Many Relation, with the Join table as separate entity, without infinite recursion
I have two entities, user and role with a many-to-many mapping, I maintain a join table entity called users_roles to maintain some other rel fields,