From 4d500a70282192c5a4150d9566a5814437a72f38 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 19 Mar 2015 10:11:38 +0100 Subject: [PATCH] #69 - Added new sample to root README. --- README.md | 1 + 1 file changed, 1 insertion(+) 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