Month: November 2021

Security in Spring Boot: UserPasswd, JWT Token, OAuth2

Spring Security Spring Security is a powerful authentication and authorization framework. Provides protection against attacks like session fixation, clickjacking, cross-site request forgery, etc. Spring Security is a highly flexible and customizable framework and is the de-facto standard in the Spring framework. This blog will cover three options UserName & Password JWT Token OAuth2 Many more …

Security in Spring Boot: UserPasswd, JWT Token, OAuth2 Read More »

Logging and Monitoring in Spring-Boot

Introduction What is the need for Logging and Monitoring? The response varies depending on who we ask this question, A newbie developer might brush it away as a waste of time, while a middle-level Engineer would agree that it is needed only when we need to debug an issue, whereas seasoned Engineer values Logging and …

Logging and Monitoring in Spring-Boot Read More »

Various Scheduling technique for Java Spring Application

Introduction Spring provides support for both task scheduling and asynchronous method execution we will check different ways this can be achieved. Spring schedular with any Instant time Spring Schedular with CronTrigger Spring schedular using Annotation When your app runs on multiple instances then Spring could not handle the synchronization of different instances, this is where …

Various Scheduling technique for Java Spring Application Read More »

error: Content is protected !!
Scroll to Top