Class AbstractMongoClientConfiguration

java.lang.Object
org.springframework.data.mongodb.config.MongoConfigurationSupport
org.springframework.data.mongodb.config.AbstractMongoClientConfiguration

@Configuration(proxyBeanMethods=false) public abstract class AbstractMongoClientConfiguration extends MongoConfigurationSupport
Base class for Spring Data MongoDB configuration using JavaConfig with MongoClient.
Since:
2.1
Author:
Christoph Strobl
See Also: