Skip to content

Instantly share code, notes, and snippets.

@lordofthejars
Created March 25, 2014 17:41
Show Gist options
  • Save lordofthejars/9767140 to your computer and use it in GitHub Desktop.
Save lordofthejars/9767140 to your computer and use it in GitHub Desktop.
@Resource(name = "mongo")
private MongoProvider mongo;
public void createBookInMongo(Book book) throws Exception {
MongoClient mongoClient = mongo.mongoClient();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment