码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2018-10-27 22:10:44      阅读:331      评论:0      收藏:0      [点我收藏+]

标签:ESS   分享图片   同步   new   ring   服务   eclips   ted   The   

报错如下:

技术分享图片

 

 

解决如下:

这是一个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

标签:ESS   分享图片   同步   new   ring   服务   eclips   ted   The   

原文地址:https://www.cnblogs.com/zishengY/p/9863570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!