diff --git a/IV. Spring Boot features/22.1. Customizing the Banner.md b/IV. Spring Boot features/22.1. Customizing the Banner.md index bc32419..221e68b 100644 --- a/IV. Spring Boot features/22.1. Customizing the Banner.md +++ b/IV. Spring Boot features/22.1. Customizing the Banner.md @@ -1,4 +1,4 @@ -###自定义Banner +###22.1. 自定义Banner 通过在classpath下添加一个banner.txt或设置banner.location来指定相应的文件可以改变启动过程中打印的banner。如果这个文件有特殊的编码,你可以使用banner.encoding设置它(默认为UTF-8)。