Error creating bean with name 'entityManagerFactory' when add spring boot jpa dependency

后端 未结 3 1713
旧巷少年郎
旧巷少年郎 2020-12-09 17:51

I have problem when trying to add JPA to my Spring Boot program. Everything is working fine until I added the below to my pom.xml (I haven\'t added any code related to JPA H

3条回答
  •  -上瘾入骨i
    2020-12-09 18:14

    Your dependencies is conflicted i thought. You can check it using the command in console.

    mvn dependency:tree -Dverbose
    

    Good luck.

提交回复
热议问题