Skip to content

This project serves as a basic example of how to connect a Spring Boot application to a MongoDB database. It provides a foundation for building more complex applications that require NoSQL data storage.

Notifications You must be signed in to change notification settings

meAltf/springboot-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot MongoDB Demo

A simple Spring Boot application demonstrating MongoDB integration.

Why This Project?

This project serves as a basic example of how to connect a Spring Boot application to a MongoDB database. It provides a foundation for building more complex applications that require NoSQL data storage.

✨ Features

  • Connects to a MongoDB database using Spring Data MongoDB.
  • Includes basic CRUD operations (Create, Read, Update, Delete).
  • Uses Spring Web for building RESTful APIs.
  • Uses SpringDoc OpenAPI for API documentation.
  • Uses Lombok to reduce boilerplate code.

🛠️ Tech Stack

Category Technology
Backend Spring Boot
Database MongoDB
Tools Maven, Lombok
API Docs SpringDoc OpenAPI
Language Java 17

About

This project serves as a basic example of how to connect a Spring Boot application to a MongoDB database. It provides a foundation for building more complex applications that require NoSQL data storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages