Learn how to set fields based on conditions when mapping between Java bean types with MapStruct.
Baeldung Author
Balamurugan Radhakrishnan
Hello, I'm Balamurugan Radhakrishnan, a seasoned Senior Software Engineer with a burning passion for creating innovative solutions in the ever-evolving world of technology. In addition to my hands-on experience in crafting software, I'm also an avid writer and a firm believer in the philosophy that teaching is the best way to learn. I regularly share my insights, experiences, and knowledge through my blogs. As a Senior Software Engineer and a passionate writer, I thrive on the synergy between these two pursuits. My mission is to empower fellow developers, inspire the next generation of engineers, and contribute to the continuous growth of our dynamic field.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Data (2)
- Spring Boot (1)
- REST (1)
- Data (1)
Pagination in Spring Webflux and Spring Data Reactive
Filed under Spring Data
A quick and practical guide to pagination in Spring Webflux and Spring Data Reactive.
Custom WebFlux Exceptions in Spring Boot 3
Filed under REST, Spring Boot
Learn about the ProblemDetail RFC7807 exception format provided by the Spring Framework and how to create and handle custom exceptions in Spring WebFlux.
Spring R2DBC Migrations Using Flyway
Filed under Spring Data
Learn how to use Flyway migrations for a Spring Data R2DBC application.