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

后端 未结 3 1718
旧巷少年郎
旧巷少年郎 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:18

    
        javax.xml.bind
        jaxb-api
    
    

    Add this dependency in pom.xml

    The latest version could be found here : mvnrepository.com

提交回复
热议问题