I open a spring boot project in IntelliJ IDEA 2020.1.2 (Ultimate Edition), and I hot many error highlight in entities, like:
- Cannot resolve table 'roles'
- Class 'RolesEntity' should have [public, protected] no-arg constructor
- Cannot resolve table 'user_roles'
But when I open my project in old version like IntelliJ IDEA 2019.3.3 (Community Edition) I don't see this problem.
IntelliJ IDEA 2020.1.2
IntelliJ IDEA 2019.3.3
Any reason for this problem or any fix please?