Posts about JPA
Explore the latest posts related to JPA.
Spring Boot JWE Authentication with JPA
May 11, 20255 min read

Learn how to use stateless encrypted JWTs (JWE) to secure your Spring Boot APIs while persisting user identities and roles in a JPA-backed database.
Spring Boot JPA Auditing
April 10, 20251 min read

Learn how to automatically track created and modified fields in your Spring Boot applications using JPA Auditing.