yangys
2024-04-04 2cf2921440e7473ae50796c2cb688f609b3a7995
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
  "groups": [
    {
      "name": "swagger",
      "type": "com.qianwen.core.swagger.SwaggerProperties",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties"
    },
    {
      "name": "swagger.authorization",
      "type": "com.qianwen.core.swagger.SwaggerProperties$Authorization",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties"
    },
    {
      "name": "swagger.contact",
      "type": "com.qianwen.core.swagger.SwaggerProperties$Contact",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties"
    }
  ],
  "properties": [
    {
      "name": "swagger.authorization.auth-regex",
      "type": "java.lang.String",
      "description": "需要开启鉴权URL的正则",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Authorization",
      "defaultValue": "^.*$"
    },
    {
      "name": "swagger.authorization.authorization-api-key-list",
      "type": "java.util.List<com.qianwen.core.swagger.SwaggerProperties$AuthorizationApiKey>",
      "description": "鉴权请求头参数列表",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Authorization"
    },
    {
      "name": "swagger.authorization.authorization-scope-list",
      "type": "java.util.List<com.qianwen.core.swagger.SwaggerProperties$AuthorizationScope>",
      "description": "鉴权作用域列表",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Authorization"
    },
    {
      "name": "swagger.authorization.name",
      "type": "java.lang.String",
      "description": "鉴权策略ID,需要和SecurityReferences ID保持一致",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Authorization",
      "defaultValue": ""
    },
    {
      "name": "swagger.authorization.token-url-list",
      "type": "java.util.List<java.lang.String>",
      "description": "接口匹配地址",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Authorization"
    },
    {
      "name": "swagger.base-packages",
      "type": "java.util.List<java.lang.String>",
      "description": "swagger会解析的包路径",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties"
    },
    {
      "name": "swagger.base-path",
      "type": "java.util.List<java.lang.String>",
      "description": "swagger会解析的url规则",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties"
    },
    {
      "name": "swagger.contact.email",
      "type": "java.lang.String",
      "description": "联系人email",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Contact",
      "defaultValue": "smallchill@163.com"
    },
    {
      "name": "swagger.contact.name",
      "type": "java.lang.String",
      "description": "联系人",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Contact",
      "defaultValue": "chillzhuang"
    },
    {
      "name": "swagger.contact.url",
      "type": "java.lang.String",
      "description": "联系人url",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties$Contact",
      "defaultValue": "https:\/\/gitee.com\/smallc"
    },
    {
      "name": "swagger.description",
      "type": "java.lang.String",
      "description": "描述",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties",
      "defaultValue": "BladeX 接口文档系统"
    },
    {
      "name": "swagger.exclude-path",
      "type": "java.util.List<java.lang.String>",
      "description": "在basePath基础上需要排除的url规则",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties"
    },
    {
      "name": "swagger.host",
      "type": "java.lang.String",
      "description": "host信息",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties",
      "defaultValue": ""
    },
    {
      "name": "swagger.license",
      "type": "java.lang.String",
      "description": "许可证",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties",
      "defaultValue": "Powered By BladeX"
    },
    {
      "name": "swagger.license-url",
      "type": "java.lang.String",
      "description": "许可证URL",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties",
      "defaultValue": "https:\/\/bladex.vip"
    },
    {
      "name": "swagger.terms-of-service-url",
      "type": "java.lang.String",
      "description": "服务条款URL",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties",
      "defaultValue": "https:\/\/bladex.vip"
    },
    {
      "name": "swagger.title",
      "type": "java.lang.String",
      "description": "标题",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties",
      "defaultValue": "BladeX 接口文档系统"
    },
    {
      "name": "swagger.version",
      "type": "java.lang.String",
      "description": "版本",
      "sourceType": "com.qianwen.core.swagger.SwaggerProperties"
    }
  ],
  "hints": []
}