Browse Source

Fix typo in reference docs

The `management.contextpath` property should have been
`management.context-path`.

Fixes gh-612
pull/615/head
Phillip Webb 12 years ago
parent
commit
def4e60fa6
  1. 2
      spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

2
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 @@ -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

Loading…
Cancel
Save