Mention WebProperties in deprecation of ResourceProperties

Closes gh-28762
This commit is contained in:
Andy Wilkinson 2021-11-22 10:03:21 +00:00
parent dfc75036ec
commit 03e283a2e6
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ import org.springframework.boot.context.properties.DeprecatedConfigurationProper
* @author Kristine Jetzke
* @since 1.1.0
* @deprecated since 2.4.0 for removal in 2.6.0 in favor of
* {@link WebProperties.Resources}
* {@link WebProperties.Resources} accessed through {@link WebProperties} and
* {@link WebProperties#getResources() getResources()}
*/
@Deprecated
@ConfigurationProperties(prefix = "spring.resources", ignoreUnknownFields = false)