Spring Data MongoDB - 02

Опубликовано: 04 Май 2026
на канале: Web Developers Toolkit
138
3

Index
00:00 - Intro
00:32- Create project
04:00- MongoTemplate
11:24- MongoRepository

Hey there, let’s get started with spring data mongodb tutorial.
this series is targeted towards using spring data framework to perform crud operations on MongoDB which is NoSQL database.

In this series we are covering how to use Spring Data MongoDB
to perform Queries on MongoDB,, we will see how to use MongoTemplate by using BasicQuery & Query as well as how to use spring repositories to fetch the data.

First session in series Spring Data MongoDB - 01 -    • Spring Data MongoDB - 01  
how to use MongoDB atlas to setup our NoSQL DB & use MongoDB compass to query DB. How to construct mongoDB query & How to construct Aggregation pipeline