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

后端 未结 3 1719
旧巷少年郎
旧巷少年郎 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条回答
  •  难免孤独
    2020-12-09 18:15

    tried this following line in VM arguments in any IDE like eclipse or STS

    --add-modules java.xml.bind
    

    Good Luck ...!!

提交回复
热议问题