【MyBatis】Myeclipse中Mybatis Generator插件的安装

~最近由于新的工作原因,才接触到mybatis,之前大多数是写的sql,使用的jdbc模板进行开发,
此次正好有机会在项目中是使用mybatis,也借此机会系统的学习一下mybatis



1.插件安装

插件下载:http://download.****.net/detail/u014481096/8581725   或 https://github.com/mybatis/generator/releases

(1)

复制插件包中的features和plugins

至myeclipse的安装目录下的dropins下新建自己目录下

【MyBatis】Myeclipse中Mybatis Generator插件的安装

(2)

重新启动MyEclipse验证是否成功,启动myeclipse,并点击New--other,查看创建目录选项

【MyBatis】Myeclipse中Mybatis Generator插件的安装

【MyBatis】Myeclipse中Mybatis Generator插件的安装


安裝完成