You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration.java
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -332,27 +332,6 @@ public static RequestContextFilter requestContextFilter() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -699,12 +699,6 @@
699
699
"name": "spring.mustache.suffix",
700
700
"defaultValue": ".mustache"
701
701
},
702
-
{
703
-
"name": "spring.mvc.favicon.enabled",
704
-
"type": "java.lang.Boolean",
705
-
"description": "Whether to enable resolution of favicon.ico.",
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfigurationTests.java
0 commit comments