Skip to content

Instantly share code, notes, and snippets.

@glourenco
Created November 27, 2018 15:50
Show Gist options
  • Save glourenco/f0c3e2f2f00690681c41519e0b3647d8 to your computer and use it in GitHub Desktop.
Save glourenco/f0c3e2f2f00690681c41519e0b3647d8 to your computer and use it in GitHub Desktop.
FindIterable<Document> result = collection.find();
for(Document docFound : result){
 System.out.println(docFound.toJson());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment