#497 - Add reactive Spring Data Elasticsearch example.

This commit is contained in:
Christoph Strobl
2019-04-24 10:28:03 +02:00
committed by Oliver Drotbohm
parent 50fadd566e
commit 97a4574e84
12 changed files with 491 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ We have separate folders for the samples of individual modules:
## Spring Data Elasticsearch
* `example` - Example how to use basic text search, geo-spatial search and facets.
* `reactive` - Example how to use reactive client, template and repository features.
## Spring Data Neo4j