java开发常用软件及插件官方下载地址

来源:互联网 发布:电影知无涯者拉马努金 编辑:程序博客网 时间:2024/05/01 01:19

一 :Eclipse

  1. Eclipse绿色版下载地址:https://www.eclipse.org/

二:SVN

  1. Eclipse安装SVN插件:Eclipse update site URL: http://subclipse.tigris.org/update_1.8.x

三:Maven

  1. maven绿色版下载地址(需要配置环境变量):http://maven.apache.org/

  2. 查看是否安装成功命令:mvn -v 成功显示maven版本号、java版本号、系统版本号

  3. Maven全球中央仓库地址:http://www.mvnrepository.com

四:Mybatis

  1. mybatis中文帮助文档地址:http://www.mybatis.org/mybatis-3/zh/index.html
  2. mybatis的config.xml以及映射xml文件配置自动提示:http://mybatis.org/dtd/mybatis-3-mapper.dtd
      http://mybatis.org/dtd/mybatis-3-config.dtd
  3. <=转义处理: +<![CDATA[ <= ]]>

五:Spring

  1. Spring官方文档:docs.spring.io/spring/docs/4.3.3RELEASE/spring-farmework-reference

六:学习资源

  1. 菜鸟教程:http://www.runoob.com/
  2. BootCDN开源项目CDN服务:http://www.bootcdn.cn/
  3. W3school:http://www.w3school.com.cn/index.html
  4. 慕课网:http://www.imooc.com/






0 0