Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring data for mongodb-3.6.0

Tags:

Is there any compatible version of spring-data-mongo available for mongo 3.6.0?

like image 228
Joe Avatar asked Jan 26 '18 19:01

Joe


People also ask

Can I use MongoDB with spring?

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.

What is spring data MongoDB?

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.

What can I use instead of MongoDbFactory?

Interface MongoDbFactory. Deprecated. since 3.0, use MongoDatabaseFactory instead.

What is spring boot MongoRepository?

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.


1 Answers

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

like image 64
Zarathustra Avatar answered Sep 21 '22 12:09

Zarathustra