Skip to content

Instantly share code, notes, and snippets.

@lordofthejars
Created March 25, 2014 17:41
@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