See gh-24099
pull/24114/head
Brian Clozel 4 years ago
parent 78fb3ccc53
commit 24f29a6516

@ -195,6 +195,12 @@ public class ResourceProperties extends Resources {
return this.cachecontrol; return this.cachecontrol;
} }
@Override
@DeprecatedConfigurationProperty(replacement = "spring.web.resources.cache.use-last-modified")
public boolean isUseLastModified() {
return super.isUseLastModified();
}
/** /**
* Cache Control HTTP header configuration. * Cache Control HTTP header configuration.
*/ */

Loading…
Cancel
Save