MyBatis Generator大大簡化了MyBatis的數據庫的代碼編寫,有了一個配置文件,就能夠直接根據表映射成實體類、Dao類和xml映射。
資源地址:
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
2.建立MyBatis Generator配置文檔
File->New->Other...
如圖所示新建MyBatis Generator配置文檔,按提示建立好便可github
3.修改配置值
網址:http://mybatis.github.io/generator/configreference/xmlconfig.html有示例配置及詳細的標籤介紹,如圖所示:數據庫
4.運行及結果展現
在該文件右鍵執行便可,如圖所示:mybatis