January 6, 2021

In this tutorial, we are going to learn how to integrate your Spring Boot Applications with MongoDB. We are going to use the Spring Data MongoDB project, to interact with the MongoDB database. What is Spring Data MongoDB ? According to spring.io website: Spring Data for MongoDB is part of the umbrella Spring Data project which aims

Read More

December 26, 2020

Welcome to Junit 5 Complete Tutorial. In this tutorial we are going to learn about the popular Java Testing Framework – Junit 5 Junit 5 is one of the popular testing frameworks in the Java Development World and it supports the latest features of Java 8. Even though JUnit 5 is a successor for Junit 4, the architecture

Read More

December 5, 2020

Welcome to Complete Maven Tutorial. If you are a Java Developer, your day to day activities while working in Java Projects includes writing code, compiling code, testing, packaging code in the form of an artifact like JAR, WAR or EAR and then deploying this artifact to an Application Server. Apache Maven automates all the tasks

Read More