mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
fix: 无法解析配置属性 'xxx'
This commit is contained in:
parent
5db8c28e03
commit
6c95dd21a6
@ -31,6 +31,18 @@
|
||||
"name": "mybatis-flex.datasource",
|
||||
"description": "多数据源配置",
|
||||
"type": "java.util.Map<java.lang.String,com.mybatisflex.spring.boot.DataSourceProperty>"
|
||||
},
|
||||
{
|
||||
"defaultValue": 0,
|
||||
"name": "mybatis-flex.global-config.normal-value-of-logic-delete",
|
||||
"description": "逻辑删除未删除值标记",
|
||||
"type": "java.lang.Object"
|
||||
},
|
||||
{
|
||||
"defaultValue": 1,
|
||||
"name": "mybatis-flex.global-config.deleted-value-of-logic-delete",
|
||||
"description": "逻辑删除已删除值标记",
|
||||
"type": "java.lang.Object"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user