yangys
2024-04-11 d19f16214e16b1a33b71fd8f63662a35d8a2dc04
smart-core-context/src/main/java/com/qianwen/core/context/props/BladeContextProperties.java
@@ -6,7 +6,6 @@
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties(BladeContextProperties.PREFIX)
/* loaded from: blade-core-context-9.3.0.0-SNAPSHOT.jar:org/springblade/core/context/props/BladeContextProperties.class */
public class BladeContextProperties {
    public static final String PREFIX = "blade.context";
    private Headers headers = new Headers();