Skip to content

Commit def4e60

Browse files
author
Phillip Webb
committed
Fix typo in reference docs
The `management.contextpath` property should have been `management.context-path`. Fixes gh-612
1 parent 2b875a8 commit def4e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ your application might already use `/info` for another purpose. You can use the
279279

280280
[source,properties,indent=0]
281281
----
282-
management.contextpath=/manage
282+
management.context-path=/manage
283283
----
284284

285285
The `application.properties` example above will change the endpoint from `/{id}` to

0 commit comments

Comments
 (0)