How to Delete MongoDB Document using Spring Data Part 2

Introduction This article is the second installment in a tutorial series that explains how to delete a MongoDB document using Spring Data. In our previous article, we configured a Spring boot project using the ‘Spring Initializr’— an online tool for creating a Spring project. Then we imported that boot project as a Maven project in … Continued

How to Insert MongoDB Document using Spring Data Part 2

Introduction This is part two in a tutorial series explaining how to insert MongoDB document using Spring data. Part one of this series focused on how to configure a project using the online tool ‘Spring Initializr’ for creating a Spring project. Part one also covered managed Java classes that are handled by the application server … Continued

How to Insert MongoDB Document using Spring Data Part 1

Introduction This is part one of a tutorial series that will provide a step-by-step explanation on how to set up a Spring project, insert MongoDB document using Spring data and integrate it with a MongoDB database on its back-end. ECLIPSE IDE as well as Postman, a powerful HTTP client used for testing, developing and documenting … Continued

How to Delete a MongoDB Document using Spring Data Part 1

Introduction If you’re building an application with Spring Data that interacts with MongoDB, you may want your application to perform certain database operations such as deleting documents. Fortunately, this task isn’t a difficult one to accomplish, even if you’re new to Spring Data. In this article, we’ll start by showing you how to set up … Continued

How to Save MongoDB Document using Spring Data Part 1

Introduction The Spring Initializr Spring Boot project generator offers the developer’s convenience in building stand-alone Spring applications. The popular Eclipse Integrated Development Environment (IDE) utilizes JavaScript, and it makes the perfect open-source platform for your Spring Boot project. But wait. You’ll also need a database application. That’s where the flexible and scalable MongoDB comes in … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.