Remove default favicon and support for serving from classpath root
Closes gh-17925
This commit is contained in:
@@ -2508,9 +2508,9 @@ welcome page of the application.
|
||||
|
||||
[[boot-features-spring-mvc-favicon]]
|
||||
==== Custom Favicon
|
||||
Spring Boot looks for a `favicon.ico` in the configured static content locations and the
|
||||
root of the classpath (in that order). If such a file is present, it is automatically
|
||||
used as the favicon of the application.
|
||||
As with other static resources, Spring Boot looks for a `favicon.ico` in the configured
|
||||
static content locations. If such a file is present, it is automatically used as the
|
||||
favicon of the application.
|
||||
|
||||
|
||||
[[boot-features-spring-mvc-pathmatch]]
|
||||
|
||||
Reference in New Issue
Block a user