Skip to content
Advertisement

Tag: aws-documentdb

Connect Spring MVC with aws documentDB

I’m using mongoDB with aws ec2 instance it’s working fine and I’ve moved mongoDB to aws documentDB, So i’m not able to connect documentDB with same code, So any one can u please help me if you have idea. Here is my connection code in Spring MVC: Spring, Hibernet and mongoDB version: spring -4.2.5 spring-data-MongoDB -1.10.14 mongo-java-driver -3.5.0 Answer To

Advertisement