Skip to content

Instantly share code, notes, and snippets.

@dalmat36
Created May 6, 2015 15:07
Show Gist options
  • Select an option

  • Save dalmat36/375e21332d0b93b1c31b to your computer and use it in GitHub Desktop.

Select an option

Save dalmat36/375e21332d0b93b1c31b to your computer and use it in GitHub Desktop.
Webinar: Introduction to using MongoDB and Spring Data on Cloud Foundry
comment = {"author": "fred",
"date": new Date(),
"text": "Best Movie Ever"}
db.posts.update({"_id": ObjectId("554a2380df506c53b1a78647")}, {$push:{"comments": comment}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment