#131 - Added Spring Data Neo4j example.

Original pull requests: #129, #130.
This commit is contained in:
Luanne Misquitta
2015-09-03 16:41:27 +05:30
committed by Oliver Gierke
parent 0c1bee04b3
commit f90bed38e2
10 changed files with 425 additions and 0 deletions

View File

@@ -39,6 +39,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 Neo4j
* `example` - Example to show basic node and relationship entities and repository usage.
## 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).