zoukankan      html  css  js  c++  java
  • 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:Users58Desktoporg.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
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    洛谷P2640 神秘磁石(欧拉筛法)
    并查集
    高精度算法
    手写堆
    对拍的使用
    unity4.6学习Ugui中文文档-------参考-UGUI Rect Transform
    使用c#访问脚本里变量的方法
    Unity3d 脚本相互调用
    set_union的几个例子[转]
    C++ 关键字——friend
  • 原文地址:https://www.cnblogs.com/kuncy/p/10279845.html
Copyright © 2011-2022 走看看