
Learn how to build Spring Boot Java applications that use MongoDB from scratch in three hours
- HIGHEST RATED
- Created by Romanian Coder
- Last updated
- English
- English [Auto-generated]
- 3.5 hours on-demand video
- 2 downloadable resources
- Full lifetime access
- Access on mobile and TV
- Assignments
- Certificate of Completion
What you'll learn
- Build Spring Boot applications that use MongoDB
- Use MongoDB database in your Java projects
- Understand the Spring Data MongoDB Annotations
- Implement MongoDB CRUD functionality using Java and Spring Data
- Create efficient MongoDB queries using the built in MongoTemplate, custom Mongo repositories or Query DSL
- Learn how to implement incremental data migrations in Java using MongoBee
- Create MongoDB integration tests in Spring Boot applications
- Learn how to link documents in different collections using @DbRef
- Description
- Spring Boot and MongoDB are among the most popular technologies in the Java ecosystem. Mongo databases are being more and more adopted in Java web apps. Therefore, there is a big demand for building Spring Boot applications that use a Mongo database.
- This course will teach you how to build a Spring Boot application using MongoDB from scratch. You will understand the core features of the Spring Data Mongo library and how to use them in practice to implement the persistence logic needed in modern Java applications. This course is code based. You will start from an empty application and gradually implement all the database features. By the end of this course you will know how to use MongoDB in your Java projects.
Who this course is for:
- Java developers who want to use MongoDB in their projects
- Java developers who are familiar with Spring Boot and want to use MongoDB
- Programmers who have experience with MongoDB and want to integrate it in Java applications