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