diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 1a9bec5ceb4..7b9dcb102b6 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -279,7 +279,7 @@ your application might already use `/info` for another purpose. You can use the [source,properties,indent=0] ---- - management.contextpath=/manage + management.context-path=/manage ---- The `application.properties` example above will change the endpoint from `/{id}` to