Add missing custom status in example

Closes gh-9256
This commit is contained in:
Stephane Nicoll 2017-05-18 13:26:39 +02:00
parent 440d03bf9e
commit f707582570

View File

@ -387,7 +387,7 @@ to your application properties:
[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`