#521 - Add example for type-safe Kotlin MongoDB query DSL.

Original pull request: #522.
This commit is contained in:
Christoph Strobl
2019-08-12 10:18:34 +02:00
committed by Mark Paluch
parent b9da3dde1e
commit 9080685591
3 changed files with 80 additions and 1 deletions

View File

@@ -27,7 +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.
* `kotlin` - Example for using [Kotlin](https://kotlinlang.org/) with MongoDB.
* `query-by-example` - Example project showing usage of Query by Example with MongoDB.
* `querydsl` - Example project showing imperative and reactive [Querydsl](https://github.com/querydsl/querydsl) support for MongoDB.
* `reactive` - Example project to show reactive template and repository support.