Posts
All the articles I've posted.
-
API versioning in Spring Boot 4.x for safer REST upgrades
postSpring Boot 4.x adds first-class API versioning support for Spring MVC and WebFlux. Learn the old pain points, what changed, and how this feature helps teams ship API changes with less risk.
-
Introduction to Lombok (Speeding-up Java development)
Updated:postThis blog post covers Project Lombok annotations — updated for Lombok 1.18.x with modern setup, new annotations like @With, @SuperBuilder, @Slf4j, and deprecation notes.
-
How to enable auto-configuration for custom spring-boot module
postThis blog post will explain how to enable auto-configuration for custom spring-boot module
-
Azure Resource Owner Password Credentials flow
postThis blog post will demonstrates how to setup Resource Owner Password Credentials flow in Azure.
-
Spring security using OAuth2 with Microsoft AzureAD B2C
postThis blog post will explain how to configure AzureAD B2C tenant and integrate the same with Spring-Security OAuth2.