如何告诉eclipse忽略

如何告诉eclipse忽略

本文介绍了如何告诉eclipse忽略:“在项目中找不到persistence.xml文件”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于我的项目必要性我重新组合一个核心项目中的所有persistence.xml条目,我将其绑定为maven依赖项,无论我需要什么。

For my projects Necessity i regroup all the persistence.xml entries in one core project which i bind as maven dependency wherever i need.

问题是日食IDE总是在抱怨

The problem is that the eclipse IDE is always complaining about

No persistence.xml  file found in project

有没有让eclipse保持沉默?谢谢

Is there away to keep eclipse quiet about this? Thanks

推荐答案

感谢谁让我走在正确的路上


Thanks to sionnach733 who put me on the right way

这篇关于如何告诉eclipse忽略:“在项目中找不到persistence.xml文件”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 14:17