diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 482a873b3a..5416a789ef 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -4278,6 +4278,9 @@ is on the classpath and the url of the database is set: If the connection to InfluxDB requires a user and password, you can set the `spring.influx.user` and `spring.influx.password` properties accordingly. +InfluxDB relies on OkHttp. If you need to tune the http client `InfluxDB` uses behind the +scenes, you can register a `OkHttpClient.Builder` bean. + [[boot-features-caching]]