Added multi-store example to Spring Data REST examples.

This app demonstrates how to mix Spring Data JPA and Spring Data MongoDB together (with Spring Data REST on top) to demonstrate how to split them up properly.
This commit is contained in:
Greg Turnquist
2014-07-30 11:35:14 -05:00
committed by Oliver Gierke
parent 56ab6b4705
commit 401e141012
8 changed files with 447 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<modules>
<module>starbucks</module>
<module>multi-store</module>
</modules>
<properties>