Polish "Allow easy customization of EmbeddedMongo DownloadConfig"

Closes gh-15496
This commit is contained in:
Stephane Nicoll
2019-01-02 10:33:17 +01:00
parent b5b6889601
commit 6ba1f40e59
4 changed files with 39 additions and 62 deletions

View File

@@ -4292,7 +4292,8 @@ If you have SLF4J on the classpath, the output produced by Mongo is automaticall
to a logger named `org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongo`.
You can declare your own `IMongodConfig` and `IRuntimeConfig` beans to take control of
the Mongo instance's configuration and logging routing.
the Mongo instance's configuration and logging routing. The download configuration can be
customized by declaring a `DownloadConfigBuilderCustomizer` bean.