Total Pageviews

2020/03/07

[Java] [IntelliJ] [JPA] Cannot resolve table 'xxxx'

Problem
As I create entity class in my JPA project in IntelliJ, it complained cannot resolve table 'Product' as following:


How-To
Step1. Configure database connection





Step2. Assign Datasource






Step3. Check result



No comments: