“No Persistence Unit Found” error

后端 未结 4 1335
不知归路
不知归路 2021-02-05 09:14

I am getting the following error:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name \'org.springframework.transaction.interc         


        
4条回答
  •  天命终不由人
    2021-02-05 09:37

    • keep your persistence.xml in WEB-INF/classes/META-INF/persistence.xml

    • remove hibernate conflicting libraries....

    • remove hibernate - 3.2.0 jar if hibernate core is there

提交回复
热议问题