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服务器运行时),但验证错误仍然存​​在。我可以通过以下至少一种方式解决它:

  1. 右键单击persistence.xml文件,JPA工具 - > 同步类列表
  2. 或者,右键单击项目,验证
  3. 或者,关闭/重新打开项目。

 

以上是关于springboot使用遇到问题:Class “model.Address” is listed in the persistence.xml file but not mapped的主要内容,如果未能解决你的问题,请参考以下文章

在idea中把springboot项目打成jar包遇到的问题(没有主清单属性)(没有内置tomcat)(闪退)

SpringBoot入门教程 Lombok使用注意事项

springboot整合mybatis遇到无法扫描MaperScan包的问题

SpringBoot使用devtools导致的类型转换异常

SpringBoot事务失效

Springboot项目java -jar 启动jar包参数详解