This commit is contained in:
Stephane Nicoll 2015-08-06 11:52:51 +02:00
parent e88c58828f
commit 67d29c13f5
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ content into your application; rather pick only the properties that you need.
multipart.max-request-size=10Mb # Max request size.
# H2 Web Console ({sc-spring-boot-autoconfigure}/h2/H2ConsoleProperties.{sc-ext}[H2ConsoleProperties])
spring.h2.console.enable=false # Enable the console
spring.h2.console.enabled=false # Enable the console
spring.h2.console.path=/h2-console # Path at which the console can be accessed
# SPRING HATEOAS ({sc-spring-boot-autoconfigure}/hateoas/HateoasProperties.{sc-ext}[HateoasProperties])