yangys
2024-04-24 7d4ac54870e8611a7deec9ed7e8a4025be8de663
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
{
  "groups": [
    {
      "name": "blade.data-scope",
      "type": "com.qianwen.core.datascope.props.DataScopeProperties",
      "sourceType": "com.qianwen.core.datascope.props.DataScopeProperties"
    }
  ],
  "properties": [
    {
      "name": "blade.data-scope.enabled",
      "type": "java.lang.Boolean",
      "description": "开启数据权限",
      "sourceType": "com.qianwen.core.datascope.props.DataScopeProperties",
      "defaultValue": true
    },
    {
      "name": "blade.data-scope.mapper-exclude",
      "type": "java.util.List<java.lang.String>",
      "description": "mapper过滤",
      "sourceType": "com.qianwen.core.datascope.props.DataScopeProperties",
      "defaultValue": "FlowMapper"
    },
    {
      "name": "blade.data-scope.mapper-key",
      "type": "java.util.List<java.lang.String>",
      "description": "mapper方法匹配关键字",
      "sourceType": "com.qianwen.core.datascope.props.DataScopeProperties"
    }
  ],
  "hints": []
}