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

Getting Started with MongoDB and Java - CRUD Operations Tutorial


Sep 18, 2023
Tutorial

Java Aggregation Expression Builders in MongoDB


Jun 13, 2023
Tutorial

How to Use Azure Functions with MongoDB Atlas in Java


Apr 14, 2023
Tutorial

Serverless Development with AWS Lambda and MongoDB Atlas Using Java


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