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:
committed by
Oliver Gierke
parent
56ab6b4705
commit
401e141012
@@ -16,6 +16,7 @@
|
||||
|
||||
<modules>
|
||||
<module>starbucks</module>
|
||||
<module>multi-store</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user