From 67d29c13f5ab5cf66f63405e76d8b1e4f2fde514 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Aug 2015 11:52:51 +0200 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index ae3ee3277b..772f216d3d 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -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])