From 7b48c516898b83d85f14f6b9fcd92eaddf1512ea Mon Sep 17 00:00:00 2001 From: UbaidurRehman1 Date: Tue, 22 Feb 2022 00:00:57 +0500 Subject: [PATCH] Clarify that any property of the environment can be used in a banner See gh-29931 --- .../src/docs/asciidoc/features/spring-application.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc index d6c0716b2ad0..e33e83b10739 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc @@ -111,7 +111,7 @@ If the file has an encoding other than UTF-8, you can set `spring.banner.charset In addition to a text file, you can also add a `banner.gif`, `banner.jpg`, or `banner.png` image file to your classpath or set the configprop:spring.banner.image.location[] property. Images are converted into an ASCII art representation and printed above any text banner. -Inside your `banner.txt` file, you can use any of the following placeholders: +Inside your `banner.txt` file, you can use any key available in the `Environment` as well as any of the following placeholders: .Banner variables |===