Commit f0d34250 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents 366031cf f8de022f
...@@ -388,7 +388,7 @@ to your application properties: ...@@ -388,7 +388,7 @@ to your application properties:
[source,properties,indent=0] [source,properties,indent=0]
---- ----
management.health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP management.health.status.order=FATAL, DOWN, OUT_OF_SERVICE, UNKNOWN, UP
---- ----
The HTTP status code in the response reflects the overall health status (e.g. `UP` The HTTP status code in the response reflects the overall health status (e.g. `UP`
...@@ -398,7 +398,7 @@ For example, the following maps `FATAL` to `HttpStatus.SERVICE_UNAVAILABLE`: ...@@ -398,7 +398,7 @@ For example, the following maps `FATAL` to `HttpStatus.SERVICE_UNAVAILABLE`:
[source,properties,indent=0] [source,properties,indent=0]
---- ----
endpoints.health.mappings.FATAL=503 endpoints.health.mapping.FATAL=503
---- ----
......
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