mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Document icons pattern
Closes gh-50083
This commit is contained in:
+2
-1
@@ -48,7 +48,8 @@ public enum StaticResourceLocation {
|
||||
WEB_JARS("/webjars/**"),
|
||||
|
||||
/**
|
||||
* The {@code "favicon.ico"} resource.
|
||||
* The {@code "favicon.ico"} resource and resources matching
|
||||
* <code>"/*/icon-*"</code>.
|
||||
*/
|
||||
FAVICON("/favicon.*", "/*/icon-*");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user