We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb92dfb commit 10f7031Copy full SHA for 10f7031
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -51,7 +51,7 @@ such as the user that launched the application.
51
=== Customizing the Banner
52
The banner that is printed on start up can be changed by adding a `banner.txt` file
53
to your classpath, or by setting `banner.location` to the location of such a file.
54
-If the file has an unusual encoding you can set `banner.encoding` (default is `UTF-8`).
+If the file has an unusual encoding you can set `banner.charset` (default is `UTF-8`).
55
56
You can use the following variables inside your `banner.txt` file:
57
0 commit comments