1 Star 0 Fork 0

beyond_champion/mybatis-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.txt 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
beyond_champion 提交于 2018-06-22 11:20 . 新增mybaits自动生成工具
===============================================================================
Overview
--------
MyBatis Generator (MBG) is a code generator for the MyBatis (and iBATIS) SQL
mapping framework. 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
docs/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
使用说明:
1、配置generator.xml,更改数据库连接地址,设置要生成的路径名,要生成的表名
2、点击gen.bat
3、在generator文件夹里得到生成的文件
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/beyond_champion/mybatis-generator.git
git@gitee.com:beyond_champion/mybatis-generator.git
beyond_champion
mybatis-generator
mybatis-generator
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385