Polish "Add influxDB java client auto-configuration"
Closes gh-9066
This commit is contained in:
@@ -714,6 +714,11 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.h2.console.settings.trace=false # Enable trace output.
|
||||
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.
|
||||
|
||||
# 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