Mention WebProperties in deprecation of ResourceProperties

Closes gh-28762
pull/28778/head
Andy Wilkinson 3 years ago
parent dfc75036ec
commit 03e283a2e6

@ -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)

Loading…
Cancel
Save