Update InfluxDB documentation

Closes gh-9669
This commit is contained in:
Stephane Nicoll 2017-07-25 08:55:32 +02:00
parent 2965115bb9
commit b18a34924f
1 changed files with 3 additions and 0 deletions

View File

@ -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]]