在Spring Boot应用程序中无法解析表“'xx”

时间:2019-11-01 22:00:57

标签: spring-boot intellij-idea

我正在尝试运行Spring Boot应用程序,但是intellij向我显示了一个错误:

  

“无法解析表TB_PRODUTO”

Intellij,它给出了分配数据源的提示,但列表为空

enter image description here

可能是什么问题?

4 个答案:

答案 0 :(得分:16)

尝试将数据库添加到IDE:

enter image description here

然后将其分配为数据源:

enter image description here

答案 1 :(得分:11)

您可以从JPA构面设置中关闭此验证。

只需转到Intellij IDEA设置/编辑器/检查 并取消选中“注释中未解析的数据库引用”。

Intellij Settings Screenshot

答案 2 :(得分:0)

我决定进入视图->工具窗口->数据库。

Intellij需要您手动放置数据库源。

答案 3 :(得分:0)

file => setting => Editor = Inspections => JPA => 取消勾选“unresolved database references in annotations”,问题就解决了