From b18a34924fc06451fdc8837e20ebfcc6fb5c2479 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 25 Jul 2017 08:55:32 +0200 Subject: [PATCH] Update InfluxDB documentation Closes gh-9669 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 3 +++ 1 file changed, 3 insertions(+) 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]]