Persistence.xml where to put in eclipse project

前端 未结 3 590
独厮守ぢ
独厮守ぢ 2020-12-31 11:13

Simple question...
I have a few projects in Eclipse enviroment
MainApp(Enterprise Application Project) which \"includes\"

  1. WebController (EJB Projec
3条回答
  •  轮回少年
    2020-12-31 11:41

    The persistence.xml file is typically present in the src/META-INF directory of the persistence (JPA) project. If the project was created with Eclipse, it is typically created and placed there by default.

提交回复
热议问题