“No Persistence Unit Found” error

后端 未结 4 1334
不知归路
不知归路 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:39

    place the persistence.xml in a resources folder /src/main/resouces/META-INF/persistence.xml for me it's work this solution

提交回复
热议问题