Polish
See gh-24099
This commit is contained in:
@@ -195,6 +195,12 @@ public class ResourceProperties extends Resources {
|
||||
return this.cachecontrol;
|
||||
}
|
||||
|
||||
@Override
|
||||
@DeprecatedConfigurationProperty(replacement = "spring.web.resources.cache.use-last-modified")
|
||||
public boolean isUseLastModified() {
|
||||
return super.isUseLastModified();
|
||||
}
|
||||
|
||||
/**
|
||||
* Cache Control HTTP header configuration.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user