forked from cxjava/mybatis-generator-core
-
Notifications
You must be signed in to change notification settings - Fork 0
mybatis-generator-core mybatis自动生成代码工具、ibatis自动生成代码工具,自己定制了下。
License
pan289091315/mybatis-generator-core
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=============================================================================== Overview -------- MyBatis Generator (MBG) is a code generator for the MyBatis (and iBATIS) SQL mapping framefork. MBG will introspect database tables (through JDBC DatabaseMetaData) and generate SQL Map XML files, Java model object (POJOs) that match the table, and (optionally) Java client classes that use the other generated objects. For full documentation, please refer to the user's manual at doc/html/index.html in this distribution. Dependencies ------------ There are no dependencies beyond the JRE. JRE 5.0 or above is required. Also required is a JDBC driver that implements the DatabaseMetaData interface, especially the "getColumns" and "getPrimaryKeys" methods. Support ------- Support is provided through the user mailing list. Mail questions or bug reports to: mybatis-user@googlegroups.com
About
mybatis-generator-core mybatis自动生成代码工具、ibatis自动生成代码工具,自己定制了下。
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%