mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Restore configuration metadata for spring.web.resources.chain.enabled
See b6e4533296
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ public class WebProperties {
|
||||
return this.customized || getStrategy().hasBeenCustomized();
|
||||
}
|
||||
|
||||
public void setEnabled(boolean enabled) {
|
||||
public void setEnabled(Boolean enabled) {
|
||||
this.enabled = enabled;
|
||||
this.customized = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user