Skip to content

Commit 7b48c51

Browse files
ubaid4jsnicoll
authored andcommitted
Clarify that any property of the environment can be used in a banner
See gh-29931
1 parent ca2dbf3 commit 7b48c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If the file has an encoding other than UTF-8, you can set `spring.banner.charset
111111
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.
112112
Images are converted into an ASCII art representation and printed above any text banner.
113113

114-
Inside your `banner.txt` file, you can use any of the following placeholders:
114+
Inside your `banner.txt` file, you can use any key available in the `Environment` as well as any of the following placeholders:
115115

116116
.Banner variables
117117
|===

0 commit comments

Comments
 (0)