EventGet 50% off your ticket to MongoDB.local NYC on May 2. Use code Web50!Learn more >>
MongoDB Developer
Java
plus
Sign in to follow topics
MongoDB Developer Centerchevron-right
Developer Topicschevron-right
Languageschevron-right
Javachevron-right

Build a MongoDB Spring Boot Java Book Tracker for Beginners

Rachelle Palmer0 min read • Published Aug 23, 2022 • Updated Mar 22, 2023
SpringJava
Facebook Icontwitter iconlinkedin icon
java logo
Rate this code example
star-empty
star-empty
star-empty
star-empty
star-empty

Introduction

Build your first application with Java and Spring! This simple application demonstrates basic CRUD operations via a book app - you can add a book, edit a book, delete a book. Stores the data in MongoDB database.

Technology

  • Java
  • Spring Boot
  • MongoDB

Facebook Icontwitter iconlinkedin icon
Rate this code example
star-empty
star-empty
star-empty
star-empty
star-empty
Related
Article

Java 21: Unlocking the Power of the MongoDB Java Driver With Virtual Threads


Jan 31, 2024 | 2 min read
Tutorial

Microservices Architecture With Java, Spring, and MongoDB


Apr 17, 2024 | 4 min read
Tutorial

Secure your API with Spring Data MongoDB and Microsoft EntraID


Apr 02, 2024 | 8 min read
Article

Java Driver: Migrating From 4.11 to 5.0


Mar 01, 2024 | 3 min read
Technologies Used
Languages
Technologies
Table of Contents
  • Introduction