How to get rid of cyclic redundancy while having @ManyToMany relation JPA springboot
问题 I am a newbie to the Spring boot (but worked in Laravel). I am facing a problem of cyclic redundancy in @ManyToMany relation. Let's go through the scenario - What response I ma getting (fetching user's list which has many to many relationships with roles) - Following is the ER-diagram of associated tables to manage many to many relationship between users and roles table. User entity class has following code - @Entity @Where(clause = "deleted_at IS NULL") @SQLDelete(sql = "UPDATE users SET