Postgresql – Problem with UserDetails and Roles mapping in Spring Boot
I opened an old project I'm supposed to finish for a deadline very soon and my app can't run. I'm not sure why but I think it comes from two entities, my AccountInfo (which implements UserDetails) and the Roles entity.…