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

新增3个插件

Open weweibuy opened this issue 4 years ago • 0 comments

  1. OverwrittenMapperXmlPlugin 重写Xml 文件插件 可以重写Xml文件, 防止多次生成后xml文件错误
  2. SelectForUpdatePlugin 悲观锁插件 增加 select for update 功能, 用户一些特定的悲观锁场景
  3. SerializablePlugin 序列化插件 为生成的Java文件实现Serializable接口, 方便其序列化. 方便 mybatis-plus 框架转成 mybatis-generator

weweibuy avatar Apr 17 '21 04:04 weweibuy