Spring Data MongoDB - Introduction



As we know that, the Spring Data framework is the umbrella project which contains many subframeworks. All these sub frameworks deal with data access which is specific to a database. Spring Data MongoDB is one of the sub−framework of the Spring Data project, which provides access to the MongoDB document database. Before jumping the Spring Data MongoDb, lets have a basic understanding of MongoDB.

Advertisements