eclipse 4.5 离线安装mybatis generator1.3.6卡在Install New Software的解决方法

转载:https://blog.csdn.net/ssshen14/article/details/80004459

离线插件 下载:https://github.com/mybatis/generator/releases

简单起见,直接写安装过程
主要是原因是:在墙内一些更新源会连接超时,所以需要关闭不必要的更新源
操作步骤:
1.关闭不必要的更新源
Window 》 Preferences 》 Install/Update 》 Available Software Sites


2.下载org.mybatis.generator.eclipse.site-1.3.6.201712211716.zip
org.mybatis.generator.eclipse.site-1.3.6
下载后,解压到任一目录下,我是直接解压到桌面C:\Users\58\Desktop\org.mybatis.generator.eclipse.site-1.3.6.201712211716

3.配置升级源
Window 》 Preferences 》 Install/Update 》 Available Software Sites 》 Add 》Local


4.离线安装mybatis-generator
Help 》Install New Software 》Work with 输入mybatis-generator-folder 并且取消“Contact all update sites during install to find required software”


然后 Next 》Next 。。。

参考文章:
http://www.mybatis.org/generator/running/runningWithEclipse.html
https://blog.csdn.net/weiqing723/article/details/78994901
https://github.com/mybatis/generator/releases
---------------------
作者:ssshen14
来源:CSDN
原文:https://blog.csdn.net/ssshen14/article/details/80004459
版权声明:本文为博主原创文章,转载请附上博文链接!

猜你喜欢

转载自www.cnblogs.com/kuncy/p/10279845.html