Polish contribution

Closes gh-5417
This commit is contained in:
Stephane Nicoll
2016-03-18 13:05:44 +01:00
parent ec8b94f13c
commit bca83bde5b
4 changed files with 55 additions and 16 deletions

View File

@@ -573,6 +573,8 @@ content into your application; rather pick only the properties that you need.
# H2 Web Console ({sc-spring-boot-autoconfigure}/h2/H2ConsoleProperties.{sc-ext}[H2ConsoleProperties])
spring.h2.console.enabled=false # Enable the console.
spring.h2.console.path=/h2-console # Path at which the console will be available.
spring.h2.console.settings.trace=false # Enable trace output.
spring.h2.console.settings.web-allow-others=false # Enable remote access.
# JOOQ ({sc-spring-boot-autoconfigure}/jooq/JooqAutoConfiguration.{sc-ext}[JooqAutoConfiguration])
spring.jooq.sql-dialect= # SQLDialect JOOQ used when communicating with the configured datasource. For instance `POSTGRES`