{
|
"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": []
|
}
|