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 PalmerPublished Aug 23, 2022 • Updated Mar 22, 2023
SpringJava
FULL APPLICATION
Facebook Icontwitter iconlinkedin icon
java logo
Rate this code example
star-empty
star-empty
star-empty
star-empty
star-empty
social-githubView Code

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
Quickstart

Java - Aggregation Pipeline


Jan 26, 2023
Tutorial

Single-Collection Designs in MongoDB with Spring Data (Part 2)


Nov 30, 2022
Quickstart

Getting Started with MongoDB and Java - CRUD Operations Tutorial


Sep 18, 2023
Tutorial

Building a Real-Time, Dynamic Seller Dashboard on MongoDB


Jan 20, 2023
Technologies Used
Languages
Technologies
Table of Contents
  • Introduction