Polish "Add more customization options for InfluxDB"

See gh-25319
This commit is contained in:
Stephane Nicoll
2021-02-22 14:45:14 +01:00
parent 8be0b87273
commit d9dcfeba5c
6 changed files with 17 additions and 352 deletions

View File

@@ -4922,6 +4922,8 @@ If the connection to InfluxDB requires a user and password, you can set the `spr
InfluxDB relies on OkHttp.
If you need to tune the http client `InfluxDB` uses behind the scenes, you can register an `InfluxDbOkHttpClientBuilderProvider` bean.
If you need more control over the configuration, consider registering a `InfluxDbCustomizer` bean.
[[boot-features-caching]]