Tag: jpa
All the articles with the tag "jpa".
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.