BlogAnnounced at MongoDB.local NYC 2024: A recap of all announcements and updatesLearn 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
Tutorial

Serverless Development with AWS Lambda and MongoDB Atlas Using Java


Jul 20, 2023 | 6 min read
Code Example

Reactive Java Spring Boot with MongoDB


Apr 02, 2024 | 5 min read
Tutorial

How to migrate from Realm Java SDK to Realm Kotlin SDK


May 09, 2022 | 5 min read
Quickstart

Java - Client Side Field Level Encryption


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