IncompatibleClassChangeError: class ClassMetadataReadingVisitor has interface ClassVisitor as super class

后端 未结 5 686
心在旅途
心在旅途 2020-12-03 04:17

I have built a web application using spring-mvc and mongodb as database. I used maven3 to build the application.

Project builds successfully but when application sta

5条回答
  •  长情又很酷
    2020-12-03 05:08

    I had the same problem and faced it by deleting my spring-data-jpa dependency from pom.xml

    It's already included in the spring-core dependency.

提交回复
热议问题