Unable to Import persistence.xml within applicationContext.xml file

后端 未结 3 1490
既然无缘
既然无缘 2021-01-17 02:58

I\'m using eclipse juno IDE I have Java application which have src folder. within the folder I have:

1) applicationContext.xml

2) persistence.xml

I a

3条回答
  •  一整个雨季
    2021-01-17 03:13

    It should be imported as follows:

    
    

    assuming the persistence.xml is present in META-INF directory which is a top-level directory in one of your jars on the classpath.

提交回复
热议问题