AuthenticationFailed MongoDB with Spring boot – Docker
I am trying to use MongoDb with SpringBoot using docker-compose, but I can't seem to connect to the database using the username and password that i set in the docker-compose.yaml and application.properties Below is the docker-compose.yaml. version: "3.8" services: mongodb:…