Skip to content

moksha09/spring-data-jpa-CRUD-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-data-jpa-CRUD-example

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

About

Spring JPA, CRUD Operations, Many To One example in Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages