diff --git a/README.md b/README.md index 5b56dd70..f62c747e 100644 --- a/README.md +++ b/README.md @@ -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