pczhu / generator

A code generator for MyBatis.

Home Page:http://www.mybatis.org/generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBatis Generator (MBG)

Build Status Coverage Status Maven central Sonatype Nexus (Snapshots) License

mybatis-generator

This is a code generator for MyBatis.

This library will generate code for use with MyBatis. It will introspect a database table (or many tables) and will generate artifacts that can be used to access the table(s). This lessens the initial nuisance of setting up objects and configuration files to interact with database tables. MBG seeks to make a major impact on the large percentage of database operations that are simple CRUD (Create, Retrieve, Update, Delete).

MBG can generate code in multiple styles (or "runtimes"). MBG can generate code for Java based projects, or for Kotlin based projects.

About

A code generator for MyBatis.

http://www.mybatis.org/generator/


Languages

Language:Java 87.6%Language:HTML 7.7%Language:Kotlin 4.5%Language:TSQL 0.2%Language:CSS 0.1%Language:Shell 0.0%