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