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/ResourceProperties.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@
32
32
* @author Kristine Jetzke
33
33
* @since 1.1.0
34
34
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
35
-
* {@link WebProperties.Resources}
35
+
* {@link WebProperties.Resources} accessed through {@link WebProperties} and
0 commit comments