mohit agarwal

Home/mohit agarwal

About mohit agarwal

This author has not yet filled in any details.
So far mohit agarwal has created 0 blog entries.

Unit testing with code coverage using JUnit

INTRODUCTION In this article, we will understand what is unit testing, why it is required and how to perform unit testing with code coverage using JUnit in spring boot. WHAT IS UNIT TESTING? A unit test, to put

By |2023-01-17T19:51:58+05:305 September 2022|Comments Off on Unit testing with code coverage using JUnit

Creating custom Spring Events

In this article, we will create a simple spring boot application to demonstrate sping events. Events are one of the framework's most underutilized but also most valuable capabilities. Spring events are published using publishers and we need a

By |2023-01-17T19:57:03+05:3030 June 2022|Comments Off on Creating custom Spring Events

Accessing Google Calendar data using Google Calendar API

In this article, we will create a simple spring boot application for Authorization and fetching data from Google Calendar API. We will authenticate users with Google OAuth 2.0 and use the authentication token to call Google Calendar API

By |2023-01-17T19:59:39+05:3024 March 2022|Comments Off on Accessing Google Calendar data using Google Calendar API
Go to Top