From 7d27c6ff92821b85c13dfbf80f665a2b0d757a00 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 2 Jul 2019 08:07:15 +0100 Subject: [PATCH] Remove note about special handling of off as it no longer applies Closes gh-17385 --- .../src/main/asciidoc/spring-boot-features.adoc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 9145ce31b7..359303fbcc 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -172,18 +172,7 @@ produced at all (`off`). The printed banner is registered as a singleton bean under the following name: `springBootBanner`. -[NOTE] -==== -YAML maps `off` to `false`, so be sure to add quotes if you want to disable the banner in -your application, as shown in the following example: -[source,yaml,indent=0] ----- - spring: - main: - banner-mode: "off" ----- -==== [[boot-features-customizing-spring-application]] === Customizing SpringApplication