mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Mention WebProperties in deprecation of ResourceProperties
Closes gh-28762
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user