Hi,

please how to check the connexion to mongodb with mongo template

these inqtructions can't help me to solve my problem

Code:
	
	 @Autowired
	 MongoTemplate mongotemplate;
  

          DB db = mongotemplate.getDb();
Thanks