Skip to content

Commit d4db26d

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-29935
2 parents da96eea + db26aff commit d4db26d

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
@@ -108,7 +108,7 @@ If the file has an encoding other than UTF-8, you can set `spring.banner.charset
108108
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.
109109
Images are converted into an ASCII art representation and printed above any text banner.
110110

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

113113
.Banner variables
114114
|===

0 commit comments

Comments
 (0)