spring-data-mongodb
spring-data-mongodb copied to clipboard
Add support for sync MongoDB Kotlin driver
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>