yangys
2024-03-27 e48aa2ac8dea1be5db11c63edf0b912c4ad5ce65
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
{
  "groups": [
    {
      "name": "blade.mybatis-plus",
      "type": "com.qianwen.core.mp.props.MybatisPlusProperties",
      "sourceType": "com.qianwen.core.mp.props.MybatisPlusProperties"
    }
  ],
  "properties": [
    {
      "name": "blade.mybatis-plus.optimize-join",
      "type": "java.lang.Boolean",
      "description": "join优化",
      "sourceType": "com.qianwen.core.mp.props.MybatisPlusProperties",
      "defaultValue": false
    },
    {
      "name": "blade.mybatis-plus.overflow",
      "type": "java.lang.Boolean",
      "description": "溢出总页数后是否进行处理",
      "sourceType": "com.qianwen.core.mp.props.MybatisPlusProperties",
      "defaultValue": false
    },
    {
      "name": "blade.mybatis-plus.page-limit",
      "type": "java.lang.Long",
      "description": "分页最大数",
      "sourceType": "com.qianwen.core.mp.props.MybatisPlusProperties",
      "defaultValue": 500
    },
    {
      "name": "blade.mybatis-plus.sql-log",
      "type": "java.lang.Boolean",
      "description": "开启sql日志",
      "sourceType": "com.qianwen.core.mp.props.MybatisPlusProperties",
      "defaultValue": true
    },
    {
      "name": "blade.mybatis-plus.sql-log-exclude",
      "type": "java.util.List<java.lang.String>",
      "description": "sql日志忽略打印关键字",
      "sourceType": "com.qianwen.core.mp.props.MybatisPlusProperties"
    },
    {
      "name": "blade.mybatis-plus.tenant-mode",
      "type": "java.lang.Boolean",
      "description": "开启租户模式",
      "sourceType": "com.qianwen.core.mp.props.MybatisPlusProperties",
      "defaultValue": true
    }
  ],
  "hints": []
}