Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 390 Bytes

mybatis代码生成工具。插件:

  • 修改Mapper.java文件名 io.github.smart.cloud.mybatis.generator.adapter.plugin.RenameJavaMapperPlugin
  • 修改Mapper.xml文件名 io.github.smart.cloud.mybatis.generator.adapter.plugin.RenameSqlMapperPlugin
  • 分库分表表名重命名为逻辑表表名 io.github.smart.cloud.mybatis.generator.adapter.plugin.RenameSqlMapperTableNamePlugin