Mybatis Generator使用

资源地址:
MyBatis项目地址:http://mybatis.github.io/
MyBatis中文使用文档:http://mybatis.github.io/mybatis-3/zh/index.html
MyBatis Generator使用文档:http://mybatis.github.io/generator/index.html
MyBatis Generator的Eclipse插件地址:http://mybatis.googlecode.com/svn/sub-projects/generator/trunk/eclipse/UpdateSite/html

1.在Eclipse中安装MyBatis Generator插件
Help->Install New Software输入插件地址:http://mybatis.googlecode.com/svn/sub-projects/generator/trunk/eclipse/UpdateSite/,以下图所示,一路Next安装便可git

MyBatis <wbr>Generator自动生成MyBatis的映射代码
 

2.建立MyBatis Generator配置文档
File->New->Other...
如图所示新建MyBatis Generator配置文档,按提示建立好便可github

MyBatis <wbr>Generator自动生成MyBatis的映射代码
 

3.修改配置值
网址:http://mybatis.github.io/generator/configreference/xmlconfig.html有示例配置及详细的标签介绍,如图所示:mybatis

MyBatis <wbr>Generator自动生成MyBatis的映射代码
 

4.运行及结果展现
在该文件右键执行便可,如图所示:eclipse

MyBatis <wbr>Generator自动生成MyBatis的映射代码

相关文章
相关标签/搜索