Eclipse does not recognize content of persistence.xml

前端 未结 27 1801
野趣味
野趣味 2021-01-30 20:44

Im getting the following error in eclipse:

The persistence.xml file does not have recognized content.

My persistence.xml file works great in my application but e

27条回答
  •  悲&欢浪女
    2021-01-30 20:54

    Whereabouts in your project structure is the file located?

    For ref, I have mine in maven-module-name/src/main/resources/META-INF/

提交回复
热议问题