Commit dad7357b authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x'

parents d92bc902 5b1a4a04
...@@ -570,8 +570,9 @@ management endpoint: ...@@ -570,8 +570,9 @@ management endpoint:
The `application.properties` example above will change the endpoint from `/application/{id}` to The `application.properties` example above will change the endpoint from `/application/{id}` to
`/manage/{id}` (e.g. `/manage/info`). `/manage/{id}` (e.g. `/manage/info`).
NOTE: Even if an endpoint path is configured separately, it is still relative to the NOTE: Unless the management port has been configured to
`management.context-path`. <<production-ready-customizing-management-server-port,expose endpoints using a different
HTTP port>>, `management.context-path` is relative to `server.context-path`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment