mybatis-generator-plugin icon indicating copy to clipboard operation
mybatis-generator-plugin copied to clipboard

Mybatis Generator 代码生成插件拓展,增加:查询单条数据插件(SelectOneByExamplePlugin)、MySQL分页插件(LimitPlugin)、数据Model链式构建插件(ModelBuilderPlugin)、Example Criteria 增强插件(ExampleEnh...

Results 45 mybatis-generator-plugin issues
Sort by recently updated
recently updated
newest added

数据库字段tinyint 会报错 itfsw(逻辑删除插件):ord_order_item逻辑删除列(delete_flag)的类型不在支持范围(请使用数字列,字符串列,布尔列)!

Caused by: org.apache.maven.plugin.PluginContainerException: An API incompatibility was encountered while executing org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate: java.lang.NoSuchMethodError: com.itfsw.mybatis.generator.plugins.LombokPlugin.getProperties()Ljava/util/Properties;