Revisit InfluxDB configuration structure
This commit removes the `client` namespace for InfluxDB as the component that is created is `InfluxDB`, not `InfluxDBClient` or something. This aligns with all the other url/user/password properties Spring Boot provides already See gh-9066
This commit is contained in:
@@ -715,9 +715,9 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.h2.console.settings.web-allow-others=false # Enable remote access.
|
||||
|
||||
# InfluxDB ({sc-spring-boot-autoconfigure}/influx/InfluxProperties.{sc-ext}[InfluxProperties])
|
||||
spring.influx.client.password= # Login password.
|
||||
spring.influx.client.url= # Url of the InfluxDB instance to connect to.
|
||||
spring.influx.client.user= # Login user.
|
||||
spring.influx.password= # Login password.
|
||||
spring.influx.url= # Url of the InfluxDB instance to connect to.
|
||||
spring.influx.user= # Login user.
|
||||
|
||||
# JOOQ ({sc-spring-boot-autoconfigure}/jooq/JooqAutoConfiguration.{sc-ext}[JooqAutoConfiguration])
|
||||
spring.jooq.sql-dialect= # Sql dialect to use, auto-detected by default.
|
||||
|
||||
Reference in New Issue
Block a user