Exception in monitor thread while connecting to server localhost:27017 while accessing MongoDB with Java

I was to add exclusion annotation to my main annotated class,

i.e. instead of

@SpringBootApplication

I should have

@SpringBootApplication
@EnableAutoConfiguration(exclude={MongoAutoConfiguration.class})

Leave a Comment