Skip to content

pushkingav/demo-jpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data JPA demo app

This app is intended to test how Spring Data JPA works.

We have 2 entities: a University and a Student. There is a relationship between them: one university may have many students.

Test main method saves 1 university and 4 students. Then it retrieves the university and students from the database.

Used default H2 in-memory implementation.

About

Test Spring Data JPA project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages