Tag: spring boot
All the articles with the tag "spring boot".
The Ultimate Guide to Spring Cloud Streams
Published: at 12:00 PMA comprehensive guide covering every aspect of Spring Cloud Streams - from functional programming models to multiple binders, error handling, and beyond.
Spring Boot 4 and Logbook: ClassNotFoundException
Published: at 12:00 PMAttempting to use Logbook with Spring Boot 4 (broken on arrival)
Spring Boot 4 - What is JSpecify?
Published: at 12:00 PMAn article walking through JSpecify support in Spring Boot 4.
Always Set Up AuditorAware in Spring JPA
Published: at 12:00 PMAuditorAware is a powerful feature in Spring JPA that allows you to automatically populate auditing fields like createdBy and lastModifiedBy. In this post, I explain why I always set it up in my projects and how it can simplify your code.
Multiple OAuth2 Resource Servers with Spring Boot 3.5.0
Published: at 12:00 PMHow to configure Spring Boot to handle multiple OAuth2 Resource Servers using JwtDecoder based on token issuer
Dynamically setting audience for using Spring OAuth2 Client
Published: at 12:00 PMAn article walking through a demo of dynamically setting a query parameter using spring-oauth2-client.