Package org.springframework.boot.autoconfigure.mongo
package org.springframework.boot.autoconfigure.mongo
Auto-configuration for MongoDB.
-
ClassDescription
Auto-configuration
for Mongo.A factory for a blockingMongoClient
.Base class for setup that is common to MongoDB client factories.Callback interface that can be implemented by beans wishing to customize theMongoClientSettings
through aMongoClientSettings.Builder
whilst retaining default auto-configuration.Configuration properties for Mongo.AMongoClientSettingsBuilderCustomizer
that applies properties from aMongoProperties
to aMongoClientSettings
.Auto-configuration
for Reactive Mongo.A factory for a reactiveMongoClient
.