#160 - Add excerpts for Query by Example.

This commit is contained in:
Mark Paluch
2016-03-18 11:16:17 +01:00
committed by Oliver Gierke
parent f8bfe5c79e
commit dc50706c27
3 changed files with 38 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ We have separate folders for the samples of individual modules:
* `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.
* `query-by-example` - Example project showing usage of Query by Example with MongoDB.
## Spring Data MongoDB
@@ -21,6 +22,7 @@ We have separate folders for the samples of individual modules:
* `aggregation` - Example project to showcase the MongoDB aggregation framework support.
* `text-search` - Example project showing usage of MongoDB text search feature.
* `geo-json` - Example project showing usage of [GeoJSON](http://geojson.org) with MongoDB.
* `query-by-example` - Example project showing usage of Query by Example with MongoDB.
## Spring Data REST