See gh-24099
This commit is contained in:
Brian Clozel 2020-11-10 15:52:17 +01:00
parent 78fb3ccc53
commit 24f29a6516

View File

@ -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.
*/