Spring JPA, CRUD Operations, Many To One example in Spring Boot
Implementing Spring JPA Many-To-One mapping in a Spring Boot CRUD example using @ManyToOne annotation
FUNCTIONS
-configure Spring Data, JPA to work with Oracle Database
-define Data Models and Repository interfaces for JPA Many-To-One relationship
-use Spring JPA to interact with Database for One-To-Many association
-create Spring Rest Controller to process HTTP requests
-add Validation and Exception Handling
TECHNOLIGIES
-Java
-Spring Boot
-Rest API
-Spring Data JPA
-Oracle DB
-Postman for testing
ENTITY
-Topics ans Courses Entity, where One topic can have one or more courses