专题:自定义插件
共5篇相关文章

如何将MyBatis-Generator插件为生成?
mybatis-generator提供了丰富的自定义插件的接入方式,便于自定义拓展。因为在日常工作中的需要,拓展了一些插件如下。 插件地址:https:github.comsuyin58mybatis-generator-tddl...

MyBatis Generator插件如何为?
因工作使用到了分库分表中,一般使用含有分库分表键的唯一索引操作数据库,而不是使用子增长id主键进行操作,因此写了一个唯一索引的数据库操作方式。 github地址:https:github.comsuyin58mybatis-gene...

Mybatis-generator Lombok插件,如何为?
插件地址:(https:github.comsuyin58mybatis-generator-tddlblobmastergenerator-pluginsrcmainjavacomtoolplatgenerato...

Mybatis-generator 注释插件,如何为?
插件地址(https:github.comsuyin58mybatis-generator-tddlblobmastergenerator-pluginsrcmainjavacomtoolplatgenerator...

MyBatis Generator插件如何为?
因为mybatis的tinyint默认映射为bit类型,代码不方便操作和转换。因此需要对类型进行转化 插件地址:(https:github.comsuyin58mybatis-generator-tddlblobmasterg...
