• Mark Paluch's avatar
    Provide a starter for reactive Spring Data MongoDB · 48b0f157
    Mark Paluch authored
    Add autoconfiguration to bootstrap MongoDB Reactive Streams driver
    components, reactive Spring Data MongoDB and reactive repositories. Add
    bean dependency processor for flapdoodle so embedded MongoDB instances
    are configured before bootstraping the reactive MongoDB client.
    
    Add Spring Data MongoDB Reactive starter with blocking and non-blocking
    dependencies. MongoDB requires a separate driver that is used in the
    `ReactiveMongoTemplate` while `MappingMongoConverter` (shared amongst
    blocking/reactive Template API) requires the blocking driver to resolve
    DBRefs.
    
    See gh-8230
    48b0f157
pom.xml 6.34 KB