springboot使用遇到问题:Class “model.Address” is listed in the persistence.xml file but not mapped
Posted zishengY
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot使用遇到问题:Class “model.Address” is listed in the persistence.xml file but not mapped相关的知识,希望对你有一定的参考价值。
报错如下:
解决如下:
这是一个Eclipse的怪癖。我最近在创建一个禁用了JPA库配置的新JPA项目时遇到了这个问题,但是在我通过Eclipse New JPA Entity向导创建实体之前没有手动配置JPA库。创建实体后,我在项目的构建路径中配置了JPA库(只需在库中添加目标Java EE服务器运行时),但验证错误仍然存在。我可以通过以下至少一种方式解决它:
- 右键单击
persistence.xml
文件,JPA工具 - > 同步类列表。 - 或者,右键单击项目,验证。
- 或者,关闭/重新打开项目。
以上是关于springboot使用遇到问题:Class “model.Address” is listed in the persistence.xml file but not mapped的主要内容,如果未能解决你的问题,请参考以下文章
在idea中把springboot项目打成jar包遇到的问题(没有主清单属性)(没有内置tomcat)(闪退)