BasicDBObject command = new BasicDBObject();
command.put("eval", "db.version()");
System.out.println(command);
mongoTemplate.execute