spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

Add support for sync MongoDB Kotlin driver

Open christophstrobl opened this issue 2 years ago • 0 comments

Allow database factories to be created using a Kotlin MongoDB Driver.

<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>mongodb-driver-kotlin-sync</artifactId>
    <scope>optional</scope>
</dependency>

christophstrobl avatar May 23 '23 09:05 christophstrobl