Demo application that shows how to get started with spring boot 3 and mongodb reactive.
- Spring boot 3
- Kotlin 1.9
- Kotlin Coroutines 1.8
- Project Reactor
- Spring Data MongoDB Reactive
- Project reactor with
ReactiveMongoRepository- Examples using
MonoandFluxoperators
- Examples using
- Kotlin coroutines with
CoroutineCrudRepository- Examples using
suspendablefunctions andFlow
- Examples using
This repo also contains examples of ReactiveBulkOperations usage, to perform bulk operations on a MongoDB collection.