Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 466 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 466 Bytes

spring-data-jpa-relationships

Developed a REST API demonstrating the student-subject-teacher scenario using JpaRepository with various JPA Hibernate Relationship mappings such as OneToMany, ManyToOne, ManyToMany, etc with in-memory H2 Database.

Technologies used: Java, REST WS, JAX-RS, Spring Boot, JPA/Hibernate, Cyclic Dependency handling for - M:M, M:1, 1:M relations. Tools used: Spring Tools Suite4, Tomcat Server, In-memory H2 Database, Postman, and Maven