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.Details required to establish a connection to a MongoDB service.GridFS configuration.Configuration properties for Mongo.Deprecated, for removal: This API element is subject to removal in a future version.Auto-configuration
for Reactive Mongo.AdaptsMongoProperties
toMongoConnectionDetails
.A factory for a reactiveMongoClient
.AMongoClientSettingsBuilderCustomizer
that applies standard settings to aMongoClientSettings
.
StandardMongoClientSettingsBuilderCustomizer