Learn how to dynamically register beans based on custom properties.
Also find me here:
Baeldung Author
Abhinav Pandey
Senior Java Developer. Certified Azure Developer. Builds microservices for a living using Spring Boot and distributed architecture components like Redis, SQL, Kafka, and RabbitMQ.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (5)
- Spring Data (5)
- Spring Boot (5)
- Spring (4)
- Jackson (4)
- Spring Security (2)
- Spring Cloud (2)
- REST (2)
- DevOps (2)
- XML (1)
- Web Services (1)
- Spring Web (1)
- Spring MVC (1)
- Reactive (1)
- NoSQL (1)
- Logging (1)
- Java IO (1)
- Java Dates (1)
- Java Concurrency (1)
- Java (1)
- JSON (1)
- JPA (1)
- HTTP Client-Side (1)
- Artificial Intelligence (1)
Creating Reactive APIs With Micronaut and MongoDB
Filed under Reactive, Web Services
Learn how to create reactive REST APIs with Micronaut and MongoDB.
Reading JSON Documents as Maps and Comparing Them
Filed under Jackson
Learn different ways to read JSON documents as Maps and compare them.
Parallelize for Loop in Java
Filed under Java Concurrency
Learn different ways to parallelize a for loop in Java.
Mocking Private Fields With Mockito
Filed under Testing
Explore how to mock private fields with Mockito.
Converting JSON to XML in Java
Learn how to convert JSON to XML in Java.
Using OpenAI ChatGPT APIs in Spring Boot
Filed under Artificial Intelligence, Spring Boot
Learn how to use the API of OpenAI ChatGPT in Spring Boot applications.
OffsetDateTime Serialization With Jackson
Filed under Jackson, Java Dates
Learn how to serialize and deserialize OffsetDateTime with Jackson in Java.
Using Java Records with JPA
Filed under JPA
Learn how we can use records with JPA and Spring Data JPA.
Baeldung on Kotlin
- All
- Spring (2)
- Libraries (2)
- Patterns (1)
- Kotlin (1)
- HTTP Client-Side (1)
PubSub Messaging With Kotlin Redis
Filed under Libraries
A quick tutorial on messaging with Redis in Kotlin.
API Versioning With Kotlin and Spring Boot
Filed under Spring
Learn how to implement API versioning in a Spring Boot application using Kotlin.
equals() and hashCode() Generator in Kotlin
Filed under Kotlin
Explore how the equals() and hashCode() methods are generated for Kotlin’s data classes.
Strategy Design Pattern in Kotlin
Filed under Patterns
Explore the Strategy design pattern in Kotlin and understand the problem that the pattern solves.
RestTemplate Examples in Kotlin
Filed under HTTP Client-Side, Spring
Learn various methods provided by the RestTemplate class to make HTTP requests in Kotlin.
Mapstruct With Kotlin’s Data Classes
Filed under Libraries
Learn how to use Mapstruct to create mappings between data classes in Kotlin.
Baeldung on Ops
- All
- Docker (3)
Docker Registry API – Listing Images and Tags
Filed under Docker
Learn how to use the Docker Registry API to list images and tags in a remote registry.
Docker – Removing Dangling and Unused Images
Filed under Docker
Learn why dangling and unused images are common in Docker.
Running Docker Containers Indefinitely
Filed under Docker
A brief explanation about entrypoint and cmd to understand when a container terminates and how we can prevent it.
Baeldung on SQL
- All
- DML (1)
Insert Into a SQL Table or Update if the Row Exists
Filed under DML
Explore inserting a row into a SQL table or updating the row if it already exists.