yangys
2024-04-15 f2531a5dd1cac34553eeeb6cb847c706ccd7e014
smart-core-boot/src/main/java/com/qianwen/core/boot/request/RequestProperties.java
@@ -5,10 +5,9 @@
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties("blade.request")
/* loaded from: blade-core-boot-9.3.0.0-SNAPSHOT.jar:org/springblade/core/boot/request/RequestProperties.class */
public class RequestProperties {
    private Boolean enabled = true;
    private List<String> skipUrl = new ArrayList();
    private List<String> skipUrl = new ArrayList<>();
    public void setEnabled(final Boolean enabled) {
        this.enabled = enabled;