{
|
"groups": [
|
{
|
"name": "kidgrow.api",
|
"type": "com.kidgrow.zuul.config.ApiProperties",
|
"sourceType": "com.kidgrow.zuul.config.ApiProperties"
|
}
|
],
|
"properties": [
|
{
|
"name": "kidgrow.api.access-control",
|
"type": "java.lang.Boolean",
|
"description": "是否开启动态访问控制",
|
"sourceType": "com.kidgrow.zuul.config.ApiProperties",
|
"defaultValue": true
|
},
|
{
|
"name": "kidgrow.api.api-debug",
|
"type": "java.lang.Boolean",
|
"description": "是否开启接口调试",
|
"sourceType": "com.kidgrow.zuul.config.ApiProperties",
|
"defaultValue": false
|
},
|
{
|
"name": "kidgrow.api.authority-ignores",
|
"type": "java.util.Set<java.lang.String>",
|
"description": "无需鉴权的请求",
|
"sourceType": "com.kidgrow.zuul.config.ApiProperties"
|
},
|
{
|
"name": "kidgrow.api.check-sign",
|
"type": "java.lang.Boolean",
|
"description": "是否开启签名验证",
|
"sourceType": "com.kidgrow.zuul.config.ApiProperties",
|
"defaultValue": true
|
},
|
{
|
"name": "kidgrow.api.permit-all",
|
"type": "java.util.Set<java.lang.String>",
|
"description": "始终放行",
|
"sourceType": "com.kidgrow.zuul.config.ApiProperties"
|
},
|
{
|
"name": "kidgrow.api.sign-ignores",
|
"type": "java.util.Set<java.lang.String>",
|
"description": "签名忽略请求",
|
"sourceType": "com.kidgrow.zuul.config.ApiProperties"
|
}
|
],
|
"hints": []
|
}
|