#8 - Add sample for @Meta usage.

Renamed the geo-spatial example to example only as it not only covers geo-spatial samples. Added advanced example to show the usage of the @Meta annotation.

Original pull request: #11.
This commit is contained in:
Christoph Strobl
2014-09-01 12:35:42 +02:00
committed by Oliver Gierke
parent ecadc65483
commit 6fb5259e37
13 changed files with 218 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ We have separate folders for the samples of individual modules:
## Spring Data MongoDB
* `geo-spatial` - Example project for general repository functionality (including geo-spatial functionality) and Querydsl integration
* `example` - Example project for general repository functionality (including geo-spatial functionality), Querydsl integration and advanced topics.
* `aggregation` - Example project to showcase the MongoDB aggregation framework support.
* `text-search` - Example project showing usage of MongoDB text search feature.