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 using the Spring Framework.
Covered topics : Spring | Spring Framework | Spring Boot |Spring Data Mongo | No SQL | MongoDB | Java
Instructor Details
Courses : 1
Specification: Accelerated Spring Boot With MongoDB
|
10 reviews for Accelerated Spring Boot With MongoDB
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $11.99 |
---|---|
Provider | |
Duration | 3.5 hours |
Year | 2019 |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$99.99 $11.99
Marco Chen –
fantastic!
Mateusz Almannai –
Very knowledgable instructor with good didactical skills.
Scott Plummer –
Excellent course! Easy to follow along, and provided many great tips and techniques that I was able to put to use immediately. Actually, I have a few things that I need to refactor LOL… Thanks so much!
Devnarayan Singh Rajput –
Firstly Thank You Much, I loved this course, contents, and way of style of lecture
Jihed Kallel –
Alot of bad practices are being applied : DB seeder should be run with an event listener on ApplicationStartedEvent. MongoTemplate is automatically created and only needs to be autowired instead of getting instanced again URL RequestMapping is not following the REST standard. Usless usage of this in most cases, same for the .orElse(null).
Alberto Robles –
It is very useful and good.
Alberto Cruz Flores –
Es un muy buen curso introductorio al uso de MongoDB con Spring Boot, muy recomendable.
Srikanth22 –
This is one of the best courses for spring boot with MongoDB . Query methods are enterprise level.
Pintu Das –
A very good course for beginners of spring data mongodb.
Abhay Chandel –
Liked the pace of the course. However, the course was not organized well. Was hoping the source code for a lecture to be attached with that lecture only but that was not the case. Could have been little thorough like more about aggregation framework