Giter Site home page Giter Site logo

mybatis-generator-tddl's Introduction

mybatis-generator-tddl

  • 基于mybatis generator自动生成ORM映射文件的一款界面工具,增加常用的plugin工具
  • 定制plugin
  1. 字段注释工具,将表字段注释添加到属性上
  2. Lombok插件,提供lombok的注解插件。
  3. 唯一索引插件,提供基于unique key 的select、update、insert操作,便于分库分表情况下,不是使用id子增长主键的sql查询
  4. upsert 存在即更新插件
  5. 分页插件
  6. 批量插入插件
  • 执行方法
  1. 界面启动
  • 执行generator-gui/src/main/java/MainUI.java的main方法
  1. 单元测试启动
  • 执行generator-test/src/test/.../generator/MyBatisGeneratorTest.java

mybatis-generator-tddl's People

Contributors

suyin58 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.