How to tell eclipse to ignore: “No persistence.xml file found in project”

前端 未结 7 1842
情话喂你
情话喂你 2021-02-05 02:13

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

The problem is that the eclipse

7条回答
  •  难免孤独
    2021-02-05 03:10

    1. go to .setting directory of the project
    
    2. modify org.eclipse.wst.common.project.facet.core.xml
            remove the following:
                  
    3. Refresh the project
    

    Cheers!!!

提交回复
热议问题