An open API service indexing awesome lists of open source software.

https://github.com/pushkingav/demo-jpa

Test Spring Data JPA project
https://github.com/pushkingav/demo-jpa

Last synced: over 1 year ago
JSON representation

Test Spring Data JPA project

Awesome Lists containing this project

README

          

### 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.