Merge pull request #460 from jmnarloch/eureka-docs
Corrected docs for the 'context-path' property reference.
This commit is contained in:
@@ -87,8 +87,8 @@ non-default context path or servlet path
|
||||
----
|
||||
eureka:
|
||||
instance:
|
||||
statusPageUrlPath: ${management.contextPath}/info
|
||||
healthCheckUrlPath: ${management.contextPath}/health
|
||||
statusPageUrlPath: ${management.context-path}/info
|
||||
healthCheckUrlPath: ${management.context-path}/health
|
||||
----
|
||||
|
||||
These links show up in the metadata that is consumed by clients, and
|
||||
|
||||
Reference in New Issue
Block a user