The Best Fluffy Pancakes recipe you will fall in love with. Full of tips and tricks to help you make the best pancakes.

Category Spring

Spring Security with JWT

spring-security-jwt

In this article, we will continue with our learning of spring security and will see how to implement spring security with JWT token-based authentication. If you are new to spring security, I highly recommend you go through the basics of…

JPA Relationships in Spring Boot: A Complete Guide

jpa-relationship-mapping

In this article, we will learn how to implement different types of relationships between entities using Spring Boot JPA. We will walk through all three major relationship types: All examples use Lombok to reduce boilerplate code. If you’re not familiar…