I am working on a Spring Boot Batch example with MongoDB and I have already started the mongod server.
When I launch my application, I
Not to the point of the question (can be related though), but, if you bootstrap a new project and wondering why do you get the same error, it may come from the artifactId of spring-boot-starter-data-jpa in the dependency section. I gave the dependency below. You will need to define the database to get rid of this.
org.springframework.boot
spring-boot-starter-data-jpa