Skip to content

This project will give an overview on using MongoDB repository to make CRUD operation using Spring Boot application

Notifications You must be signed in to change notification settings

Sailendu2016/SpringBoot-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-MongoDB

This project will give an overview on using MongoDB repository to make CRUD operation using Spring Boot application

MongoDB can handle large amounts of structured and unstructured data, making it a database of choice for web applications. The Spring framework provides powerful connectors to easily perform database operations with MongoDB.

What We Need

  • A MongoDB Atlas cluster
  • Java 8/11/17
  • Spring Initializr (Spring web and Spring Data MongoDB must)
  • Maven

What We Will Build We're going to build a grocery list for a user. In this tutorial, we'll demonstrate the following:

  • Creating a POJO (Plain Old Java Object) to represent a grocery item
  • CRUD operations using MongoRepository
  • An alternate approach for document updates using MongoTemplate.

About

This project will give an overview on using MongoDB repository to make CRUD operation using Spring Boot application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages