fix: 无法解析配置属性 'xxx'

This commit is contained in:
Suomm 2023-06-21 20:32:03 +08:00
parent 5db8c28e03
commit 6c95dd21a6

View File

@ -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"
}
]
}