{
|
"groups": [
|
{
|
"name": "blade.context",
|
"type": "com.qianwen.core.context.props.BladeContextProperties",
|
"sourceType": "com.qianwen.core.context.props.BladeContextProperties"
|
},
|
{
|
"name": "blade.context.headers",
|
"type": "com.qianwen.core.context.props.BladeContextProperties$Headers",
|
"sourceType": "com.qianwen.core.context.props.BladeContextProperties"
|
}
|
],
|
"properties": [
|
{
|
"name": "blade.context.cross-headers",
|
"type": "java.util.List<java.lang.String>",
|
"sourceType": "com.qianwen.core.context.props.BladeContextProperties"
|
},
|
{
|
"name": "blade.context.headers.account-id",
|
"type": "java.lang.String",
|
"description": "用于 聚合层 向调用层传递用户信息 的请求头,默认:Blade-AccountId",
|
"sourceType": "com.qianwen.core.context.props.BladeContextProperties$Headers",
|
"defaultValue": "Blade-AccountId"
|
},
|
{
|
"name": "blade.context.headers.allowed",
|
"type": "java.util.List<java.lang.String>",
|
"description": "自定义 RestTemplate 和 Feign 透传到下层的 Headers 名称列表",
|
"sourceType": "com.qianwen.core.context.props.BladeContextProperties$Headers"
|
},
|
{
|
"name": "blade.context.headers.request-id",
|
"type": "java.lang.String",
|
"description": "请求id,默认:Blade-RequestId",
|
"sourceType": "com.qianwen.core.context.props.BladeContextProperties$Headers",
|
"defaultValue": "Blade-RequestId"
|
},
|
{
|
"name": "blade.context.headers.tenant-id",
|
"type": "java.lang.String",
|
"description": "用于 聚合层 向调用层传递租户id 的请求头,默认:Blade-TenantId",
|
"sourceType": "com.qianwen.core.context.props.BladeContextProperties$Headers",
|
"defaultValue": "Blade-TenantId"
|
}
|
],
|
"hints": []
|
}
|