yangys
2024-04-04 ed4a5236bab800094be4a8378f5098eebe3de6ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "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": []
}