springboot使用遇到问题(Class “model.Address” is listed in the persistence.xml file but not mapped)

博观而约取,厚积而薄发。这篇文章主要讲述springboot使用遇到问题:Class “model.Address” is listed in the persistence.xml file but not mapped相关的知识,希望能为你提供帮助。
报错如下:

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服务器运行时),但验证错误仍然存??在。我可以通过以下至少一种方式解决它:
  1. 右键单击persistence.xml文件,JPA工具  - >   同步类列表
  2. 或者,右键单击项目,验证
  3. 或者,关闭/重新打开项目。
springboot使用遇到问题(Class “model.Address” is listed in the persistence.xml file but not mapped)

文章图片

【springboot使用遇到问题(Class “model.Address” is listed in the persistence.xml file but not mapped)】 

    推荐阅读