skip to Main Content

Spring Boot can't reach localhost Mongodb

I'm following this example of creating a Spring Boot app that connects with a Mongo DB. However, when I run my application I get: Exception in monitor thread while connecting to server localhost:8081 With the following properties: spring.data.mongodb.uri=mongodb://root:example@localhost:8081/test And the…

VIEW QUESTION
Back To Top
Search