Level object of Log4j

Although Log4j’s Level object is not the main component, it is the first object we need to know. This is because the Level object defines the priority or severity of the message content that we need to log. In this tutorial, we will learn more… Read More

Install Docker on macOS

I have instructed you all how to install Docker on Linux environment, in this tutorial, I will guide you how to install it on macOS! First, you need to go to https://store.docker.com/editions/community/docker-ce-desktop-mac to download the Docker installation file for macOS. Docker for macOS is free version… Read More

Overview about Log4j 1.x

Log4j is a logging framework used to track what information we want when our application is run. In this tutorial, we will look at the overview of Log4j 1.x and its components. Create project For you to imagine, I will create a Maven project using… Read More

Questions Management – Core Option Service – Build API find options by id of question using Spring WebFlux and Spring Data MongoDB Reactive

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the necessary configurations for building API find options by id of question: a Option document object containing the information of an option, an OptionRepository to manipulate MongoDB, an OptionController… Read More