Enterprise Java
-
Spring Boot: From Zero to Launch
Have you ever dreamt of building a robust Java application without getting bogged down in complex configurations? Spring Boot makes…
Read More » -
Dynamic Bean Registration Based on Properties
Spring offers a powerful approach to configuring applications: defining beans through annotations and properties. But what if we need to…
Read More » -
Empower Your Spring Boot Development with These Top Design Patterns
Spring Boot is a fantastic framework for rapidly building robust and efficient applications. But did you know that design patterns…
Read More » -
OpenAPI Generator Custom Templates
1. Introduction Open API is a specification for designing and documenting RESTful APIs. OpenAPI generator is a tool used in…
Read More » -
Simplified Array Operations on JsonNode Without Typecasting in Jackson
In Java development, managing JSON data efficiently is crucial, especially when dealing with arrays within JSON structures. This article focuses…
Read More » -
Spring Boot & Databases: The Perfect Match (No More Struggles!)
Let’s face it, building applications is exciting! But the moment you need to connect your shiny Spring Boot app to…
Read More » -
Spring Security AuthorizationManager
1. Introduction Spring Security AuthorizationManager is part of Spring Security that is an extension of the Spring Framework that supports…
Read More » -
Implement A GraphQL Mutation With No Data Return
GraphQL stands as a robust query language tailored for APIs, offering a versatile and effective means to engage with our…
Read More » -
Migrating an Application from Spring Security 5 to Spring Security 6
Spring Security offers extensive security features for Java applications. With each new release, Spring Security brings enhancements, security fixes, and…
Read More »