Skip to content

dierent/generator

 
 

Repository files navigation

MyBatis Generator (MBG)

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

mybatis-generator

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).

About

A code generator for MyBatis and iBATIS.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.1%
  • HTML 7.9%
  • Other 1.0%