Spring Data MongoDB - Overview



In this tutorial we will learn to integrate our Spring Data-based application with MongoDB i.e., a document database. We will perform the CRUD operations using MongoRepository. We will also focus some light on Query methods used by MongoRepository and we will see how the custom query methods used in MongoRepository are different from our JPA based repositories. Not only this, but we will also expose some of the rest endpoints to access data through it.

Advertisements