I was trying to connect to MongoDB started in container, using the below code-
Note: Its better to use some secure way like Secret in Docker or Cloud to provide the creds of
you DB, not like I have used directly in the code below & it was just for testing purpose.
Note: Its better to use some secure way like Secret in Docker or Cloud to provide the creds of
you DB, not like I have used directly in the code below & it was just for testing purpose.
And I also added spring-boot-starter-data-mongodb but still I was getting the error.
So after looking some samples on Internet I added mongo-java-driver dependency also, but
still there was some error though a different one.
So resolution : I removed spring-boot-starter-data-mongodb dependency.
So after looking some samples on Internet I added mongo-java-driver dependency also, but
still there was some error though a different one.
So resolution : I removed spring-boot-starter-data-mongodb dependency.