Skip to content

Commit 03e283a

Browse files
committed
Mention WebProperties in deprecation of ResourceProperties
Closes gh-28762
1 parent dfc7503 commit 03e283a

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
* @author Kristine Jetzke
3333
* @since 1.1.0
3434
* @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
36+
* {@link WebProperties#getResources() getResources()}
3637
*/
3738
@Deprecated
3839
@ConfigurationProperties(prefix = "spring.resources", ignoreUnknownFields = false)

0 commit comments

Comments
 (0)