#65 - Added example project for Spring Data web support.

This commit is contained in:
Oliver Gierke
2015-03-09 11:04:00 +01:00
parent 2c97493f9f
commit df7fcb0edb
17 changed files with 815 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ We have separate folders for the samples of individual modules:
* `example` - Example how to use basic text search, geo-spatial search and facets.
## Spring Data web support
* `web` - Example for Spring Data web integration (binding `Pageable` instances to Spring MVC controller methods, using interfaces to bind Spring MVCrequest payloads).
## Miscellaneous
* `multi-store` - Example project to use both Spring Data MongoDB and Spring Data JPA in one project.