Spring Boot: Quick guide to replace JWT with PASETO
Why I moved from JWT to PASETO in Spring Boot, and the small amount of code it took.
Read post7 posts
Why I moved from JWT to PASETO in Spring Boot, and the small amount of code it took.
Read postHow I wire up JWT auth in a Spring Boot WebFlux app, step by step, with the actual code.
Read postHow I get Spring Boot DevTools to auto-reload my app in IntelliJ IDEA.
Read postHow I use MapStruct to map objects in Spring Boot without writing the boring mapping code by hand.
Read postHow I let Spring Boot fill in created/updated dates and users automatically with JPA auditing.
Read postThe three quick steps I use to wire up a Spring Boot app to a PostgreSQL database.
Read postA quick way to use a UUID string as your primary key in Spring Boot with PostgreSQL.
Read post