#69 - Added new sample to root README.

This commit is contained in:
Oliver Gierke
2015-03-19 10:11:38 +01:00
parent 9ecb720f4a
commit 4d500a7028

View File

@@ -13,6 +13,7 @@ We have separate folders for the samples of individual modules:
* `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.
* `interceptors` - Example of how to enrich the repositories with AOP.
* `security` - Example of how to integrate Spring Data JPA Repositories with Spring Security.
* `multiple-datasources` - Examples of how to use Spring Data JPA with multiple `DataSource`s.
## Spring Data MongoDB