mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
feat: 添加逻辑删除、乐观锁、多租户的全局配置的 spring 配置文件提示功能
This commit is contained in:
parent
e043c78e3c
commit
442ae3032e
@ -71,6 +71,21 @@
|
||||
"name": "mybatis-flex.global-config.key-config.key-type",
|
||||
"description": "ID 生成策略",
|
||||
"type": "com.mybatisflex.annotation.KeyType"
|
||||
},
|
||||
{
|
||||
"name": "mybatis-flex.global-config.logic-delete-column",
|
||||
"description": "全局默认逻辑删除字段",
|
||||
"type": "java.lang.String"
|
||||
},
|
||||
{
|
||||
"name": "mybatis-flex.global-config.tenant-column",
|
||||
"description": "全局默认多租户字段",
|
||||
"type": "java.lang.String"
|
||||
},
|
||||
{
|
||||
"name": "mybatis-flex.global-config.version-column",
|
||||
"description": "全局默认逻辑乐观锁字段",
|
||||
"type": "java.lang.String"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user