This post explores the usage of the Fallback annotation introduced in Spring Framework 6.2. · Prerequisites· Overview· Example∘ @Primary Annotation∘ @Fallback Annotation∘ Fine-tuning Annotation-based Autowiring with Qualifiers· Conclusion· References Prerequisites This is the
This post will explain implement multi-tenancy in the Keycloak server using the Organization feature. · Prerequisites· Overview∘ What is Keycloak Organizations?∘ Key Features of Keycloak Organizations· Implementation Steps∘ Enable the Organization
In this post, we’ll explain how to integrate the Keycloak Admin Client SDK in a Spring Boot application. · Prerequisites· Overview∘ What is Keycloak Admin Client?∘ When to Use
In the previous post, we had configured a Hashicorp Vault server. In this post, we’ll explain how to manage vault secrets with a Spring Boot application.
In this post, we’ll explore how to configure Hashicorp Vault and manage secrets in a Spring Boot application. · Prerequisites· Overview∘ What is Vault?∘ Why Vault?· Set up HashiCorp Vault
This post will explain how to interact with the Keycloak server using REST API without any programming language. · Prerequisites· Overview∘ What is Keycloak?∘ Key Features of Keycloak· Set up
In this post, we’ll explore the implementation of the Strategy Design Pattern using Java Enum. · Prerequisites· Overview∘ What is the Strategy Pattern?∘ How is it implemented?· Step-by-Step Implementation∘ Traditional implementation
In this post, we’ll learn how to generate barcodes and QR codes and expose them as an endpoint in the Spring Boot API. · Prerequisites· Overview∘ Barcodes∘ QR Codes· Getting
In this post, we’ll explore using Spring Data JPA with PostgreSQL views in a Spring Boot application. · Prerequisites· Overview∘ Understanding Database Views∘ Key Benefits of Database Views· Database Setup· Let’s
The Collector.teeing feature introduced in Java 12 is a powerful addition to the Collector interface in the Java Stream API. The teeing() method teeing() is a static method of the Collectors class