From f707582570dda3b0cb3cf06d51ee9b4d87523ad7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 May 2017 13:26:39 +0200 Subject: [PATCH] Add missing custom status in example Closes gh-9256 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 3f1ca83abf..c1068740a0 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -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`