All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
{
  "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