Пример #1
0
 @Test
 public void testGetDB() {
   DB db = mongoDbDao.getDB();
   System.out.println(db.toString());
 }