From d76fcd85e5bd6db7cbfc33fedf606a8a6477f0ba Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 30 Nov 2018 13:56:58 +0100 Subject: [PATCH] #437 - Polishing. Update readme. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94f6f9f6..1b8fc430 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ We have separate folders for the samples of individual modules: * `geo-json` - Example project showing usage of [GeoJSON](http://geojson.org) with MongoDB. * `gridfs` - Example project showing usage of gridFS with MongoDB. * `java8` - Example of how to use Spring Data MongoDB with Java 8 date time types as well as the usage of `Optional` as return type for repository methods. Note, this project requires to be build with JDK 8. +* `kotlin` - Example for using Cassandra with MongoDB. * `query-by-example` - Example project showing usage of Query by Example with MongoDB. * `reactive` - Example project to show reactive template and repository support. * `security` - Example project showing usage of Spring Security with MongoDB. @@ -46,6 +47,7 @@ We have separate folders for the samples of individual modules: * `cluster` - Example for Redis Cluster support. * `example` - Example for basic Spring Data Redis setup. +* `reactive` - Example project to show reactive template support. * `repositories` - Example demonstrating Spring Data repository abstraction on top of Redis. * `sentinel` - Example for Redis Sentinel support. @@ -66,13 +68,14 @@ We have separate folders for the samples of individual modules: * `projections` - Example for Spring Data web support for JSONPath and XPath expressions on projection interfaces. * `querydsl` - Example for Spring Data Querydsl web integration (creating a `Predicate` from web requests). -* `web` - Example for Spring Data web integration (binding `Pageable` instances to Spring MVC controller methods, using interfaces to bind Spring MVCrequest payloads). +* `web` - Example for Spring Data web integration (binding `Pageable` instances to Spring MVC controller methods, using interfaces to bind Spring MVC request payloads). ## Spring Data for Apache Cassandra * `example` - Shows core Spring Data support for Apache Cassandra. * `java8` - Java 8 specific functionality like the support for JSR-310 types in object mapping. -* `reactive` - Examples for the reactive support. +* `kotlin` - Example for using Cassandra with Kotlin. +* `reactive` - Example project to show reactive template and repository support. ## Spring Data LDAP