Tag: spring boot
All the articles with the tag "spring boot".
Always Set Up AuditorAware in Spring JPA
Published: at 08:00 AMAuditorAware 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 08:00 AMHow 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 08:00 AMAn article walking through a demo of dynamically setting a query parameter using spring-oauth2-client.
Hibernate 6.6 Breaking Changes - StaleObjectStateException
Published: at 07:00 AMSpring Boot's update to Hibernate 6.6 brings with it a breaking change that could silently cause issues in projects using it.
Spring Cloud Stream's Record Recoverable Processor
Published: at 07:00 AMAn example using the new RecordRecoverableProcessor class in Spring Cloud Streams for highly configurable error handling.
Jdk 23 Streams - How To Use Gather Operations
Published: at 08:00 AMAn article on how to use the Gather stream operation in JDK23