META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-toolkit-starter Show documentation
Show all versions of mybatis-toolkit-starter Show documentation
mybatis toolkit starter project for Spring Boot
{
"groups": [
{
"name": "nichetoolkit.mybatis.record",
"sourceType": "io.github.nichetoolkit.mybatis.configure.MybatisRecordProperties",
"type": "io.github.nichetoolkit.mybatis.configure.MybatisRecordProperties"
}
],
"properties": [
{
"name": "nichetoolkit.mybatis.record.enabled",
"type": "java.lang.Boolean",
"sourceType": "java.lang.Boolean",
"description": "the switch of record auto configure on mybatis configuration.",
"defaultValue": false
}
],
"hints": [
{
"name": "nichetoolkit.mybatis.record.enabled",
"values": [
{
"value": false,
"description": "the switch of record auto configure is closed on mybatis configuration."
},
{
"value": true,
"description": "the switch of record auto configure is opened on mybatis configuration."
}
]
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy