Even after associating datasource with Hibernate project, IntelliJ still shows error “cannot resolve table”
已回答
|
I followed the instructions here: https://www.jetbrains.com/help/idea/2016.1/associating-data-sources-with-session-factories-and-persistence-units.html to tie my Hibernate project to the MySQL DB. It shows it connected ot the datasource, and
|
请先登录再写评论。
Please submit a ticket to support and attach a sample project that would reproduce the problem.
By re-adding the Datasource (with the same exact properties) the table name now is resolved, but my column names still show as unresolved. Any idea how to fix those?