Polish
Closes gh-9438
This commit is contained in:
committed by
Stephane Nicoll
parent
fe3e1cf1d3
commit
bbab520926
@@ -714,7 +714,7 @@ 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])
|
||||
# InfluxDB ({sc-spring-boot-autoconfigure}/influx/InfluxDbProperties.{sc-ext}[InfluxDbProperties])
|
||||
spring.influx.password= # Login password.
|
||||
spring.influx.url= # Url of the InfluxDB instance to connect to.
|
||||
spring.influx.user= # Login user.
|
||||
|
||||
@@ -620,7 +620,7 @@ typically in `application.properties` or `application.yml`. For example:
|
||||
server.ssl.key-password=another-secret
|
||||
----
|
||||
|
||||
See {sc-spring-boot}/context/embedded/Ssl.{sc-ext}[`Ssl`] for details of all of the
|
||||
See {sc-spring-boot}/web/server/Ssl.{sc-ext}[`Ssl`] for details of all of the
|
||||
supported properties.
|
||||
|
||||
Using configuration like the example above means the application will no longer support
|
||||
|
||||
Reference in New Issue
Block a user