forked from kidgrow-microservices-platform

zhaoxiaohao
2020-07-25 cb9bc5daaa7ee5978c07d5107d3301473617f367
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
{
  "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": []
}