Skip to content

Commit f88b502

Browse files
committed
Remove support for image banners
Closes gh-28883
1 parent e749f30 commit f88b502

File tree

6 files changed

+34
-623
lines changed

6 files changed

+34
-623
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/spring-application.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ TIP: If you want to disable lazy initialization for certain beans while using la
108108
=== Customizing the Banner
109109
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.
110110
If the file has an encoding other than UTF-8, you can set `spring.banner.charset`.
111-
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.
112-
Images are converted into an ASCII art representation and printed above any text banner.
113111

114112
Inside your `banner.txt` file, you can use any of the following placeholders:
115113

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ImageBanner.java

Lines changed: 0 additions & 312 deletions
This file was deleted.

0 commit comments

Comments
 (0)