This project demonstrates how to implement different types of entity relationships using Spring Data JPA. It covers:One-to-One,One-to-Many,Many-to-One,Many-to-Many This repository provides examples with proper entity mappings, bidirectional relationships, and best practices for handling relational data in Spring Boot applications.