Intellij 无法识别 h2 表

Posted

技术标签:

【中文标题】Intellij 无法识别 h2 表【英文标题】:Intellij doesn't recognize h2 table 【发布时间】:2019-12-21 12:47:58 【问题描述】:

我试图关注这个tutorial,但@Table 注释中有一个错误:

无法解析表“EMPLOYEE”

我需要做什么才能使 intellij 识别 h2 数据库并消除此错误?

【问题讨论】:

此表必须存在于您为项目配置的数据库中,并且必须在Database tool window 中可见。此外,持久性单元必须与此数据源相关联。检查Intellij IDEA: specify datasource for JPA validation 和Associating persistence units and session factories with data sources 【参考方案1】:

此表必须存在于您为项目配置的数据库中,并且必须在Database tool window 中可见。此外,持久性单元必须与此数据源相关联。检查Intellij IDEA: specify datasource for JPA validation 和Associating persistence units and session factories with data sources

【讨论】:

据我了解,数据源将根据教程在应用程序运行后立即创建。但这没有发生 the data source will created as soon the app is running需要手动设置数据源,请看Connect to a database。

以上是关于Intellij 无法识别 h2 表的主要内容,如果未能解决你的问题,请参考以下文章

IntelliJ 无法识别来自 gradle 项目的某些导入

无法识别 H2 数据库的语法问题

IntelliJ git 无法识别角度项目文件中的更改

IntelliJ 无法识别 Kotlin JPA 插件

在 Intellij 中无法识别 Gradle 依赖项

无法让 IntelliJ 识别 proto 编译的 Java 类文件