You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ TIP: If you want to disable lazy initialization for certain beans while using la
106
106
The banner that is printed on start up can be changed by adding a `banner.txt` file to your classpath or by setting the configprop:spring.banner.location[] property to the location of such a file.
107
107
If the file has an encoding other than UTF-8, you can set `spring.banner.charset`.
108
108
109
-
Inside your `banner.txt` file, you can use any of the following placeholders:
109
+
Inside your `banner.txt` file, you can use any key available in the `Environment` as well as any of the following placeholders:
0 commit comments