Is there any compatible version of spring-data-mongo
available for mongo 3.6.0
?
The Spring framework provides powerful connectors to easily perform database operations with MongoDB. Data is stored as BSON objects in MongoDB making data retrieval easy. For this Spring Boot and MongoDB example tutorial, we are only concerned with the Persistence and Database layers.
Spring Data for MongoDB is part of the umbrella Spring Data project which aims to provide a familiar and consistent Spring-based programming model for new datastores while retaining store-specific features and capabilities.
Interface MongoDbFactory. Deprecated. since 3.0, use MongoDatabaseFactory instead.
MongoRepository extends the PagingAndSortingRepository and QueryByExampleExecutor interfaces that further extend the CrudRepository interface. MongoRepository provides all the necessary methods which help to create a CRUD application and it also supports the custom derived query methods.
With 2.1
The related issue is here and here
Full issue list
It is not yet released
Github repo: https://github.com/spring-projects/spring-data-mongodb with instructions how to use the current snapshot
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With