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

META-INF.solon.solon-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
{
  "properties": [
    {
      "name": "mybatis.*.typeAliases",
      "type": "java.lang.String[]",
      "description": "类型别名"
    },
    {
      "name": "mybatis.*.typeHandlers",
      "type": "java.lang.String[]",
      "description": "类型处理"
    },
    {
      "name": "mybatis.*.mappers",
      "type": "java.lang.String[]",
      "description": "映射"
    },
    {
      "name": "mybatis.*.configuration",
      "type": "org.apache.ibatis.session.Configuration",
      "description": "会话配置"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy