From 63337868197200e3dfcd900f0ecd7c1411f2f07b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jul 2015 15:42:46 +0200 Subject: [PATCH] Fix wrong default value --- .../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 84dcf91aa5..8e52704e12 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -682,7 +682,7 @@ content into your application; rather pick only the properties that you need. endpoints.trace.enabled=true # HYPERMEDIA ENDPOINTS - endpoints.docs.enabled=false + endpoints.docs.enabled=true endpoints.docs.curies.enabled=false endpoints.hal.enabled=true endpoints.links.enable=true