Skip to content

Commit bd681d2

Browse files
committed
Added readme.
1 parent 218d836 commit bd681d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Spring Data JPA Examples
2+
3+
This repository contains a variety of sample projects showing Spring Data JPA functionality.
4+
5+
* `spring-data-jpa-example` - probably the project you want to have a look at first. Contains a variety of sample packages, showcasing the different levels at which you can use Spring Data JPA. Have a look at the `simple` package for the most basic setup.
6+
* `java8-auditing` - example of how to use Spring Data JPA auditing with Java 8 date time types.
7+
* `spring-data-jpa-showcase` - refactoring show case of how to improve a plain-JPA-based persistence layer by using Spring Data JPA (read: removing close to all of the implementation code). Follow the `demo.txt` file for detailed instructions.
8+
* `spring-data-jpa-interceptors` - Example of how to enrich the repositories with AOP.

0 commit comments

Comments
 (0)