Tag: java
All the articles with the tag "java".
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.
JLink - Java Runtime Optimization Reference Guide
Published: at 08:00 AMComplete reference guide for using JLink to create optimized Java runtime images and reduce application size by 60%.
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
Spring Data Pagination Serialization Warning
Published: at 08:00 AMA short post detailing a common serialization error and the potential solutions
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.
Casual Machine Performance Test
Published: at 08:00 AMJust a fun little comparison of a group of machines and how they handle Java and GraalVM native images.