From 26b6525fb386249023581dc5568988238f9ccf88 Mon Sep 17 00:00:00 2001 From: Josh Thornhill Date: Mon, 1 Jun 2015 11:31:43 -0400 Subject: [PATCH] Fix banner property in documentation --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 23a218f89dc0..1cf9cabf1260 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -51,7 +51,7 @@ such as the user that launched the application. === Customizing the Banner The banner that is printed on start up can be changed by adding a `banner.txt` file to your classpath, or by setting `banner.location` to the location of such a file. -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`). You can use the following variables inside your `banner.txt` file: