Files
spring-data-examples/jpa/showcase
Jens Schauder 64c1eeaf05 Polishing.
Add `@author` tags to changed files.
Remove Hamcrest usage.

Original pull request #602
Related tickest #583
2021-01-29 10:54:35 +01:00
..
2021-01-29 10:54:35 +01:00
2019-03-20 10:10:59 -05:00

Spring Data JPA showcase
------------------------

This is the sample app to demo Spring Data JPA features at conferences. The two main packages to take a look at are example.springdata.jpa.showcase.before and example.springdata.jpa.showcase.after. The first one shows a typical data access implementation with JPA 2. The second one shows what's left if you use Spring Data JPA.