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
I had the same problem and faced it by deleting my spring-data-jpa dependency from pom.xml
spring-data-jpa
pom.xml
It's already included in the spring-core dependency.
spring-core