| | |
| | | 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(); |
| | |
| | | return this.headers; |
| | | } |
| | | |
| | | /* loaded from: blade-core-context-9.3.0.0-SNAPSHOT.jar:org/springblade/core/context/props/BladeContextProperties$Headers.class */ |
| | | |
| | | public static class Headers { |
| | | private String requestId = "Blade-RequestId"; |
| | | private String accountId = "Blade-AccountId"; |