From d3cd04edb6aee5e429431760c12f6dfa312daa72 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 31 Jul 2014 15:08:13 +0200 Subject: [PATCH] Updated readme with latest additions. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da2cd149..b6bbe634 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,14 @@ We have separate folders for the samples of individual modules: ## Spring Data MongoDB -* `example` - Example project for general repository functionality as well as aggregation framework support. +* `geo-spatial` - Example project for general repository functionality (including geo-spatial functionality) and Querydsl integration +* `aggregation` - Example project to showcase the MongoDB aggregation framework support. ## Spring Data REST -* `starbucks` - A sample REST webservice built with Spring Data REST and MongoDB. \ No newline at end of file +* `starbucks` - A sample REST web-service built with Spring Data REST and MongoDB. +* `multi-store` - A sample REST web-service based on both Spring Data JPA and Spring Data MongoDB. + +## Miscellaneous + +* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in one project. \ No newline at end of file