ssh时需要下载的spring

Spring官网下载各版本jar包
source: http://blog.csdn.net/yuexianchang/article/details/53583327

注意:spring3.x 对应 jdk1.7
spring4.x 对应 jdk1.8

1:浏览器输入官网地址:http://spring.io/projects

2:点击如图树叶页面按钮。
搭建ssh环境遇到的问题
或者是这个界面
搭建ssh环境遇到的问题

3:点击如图小猫图片按钮。
搭建ssh环境遇到的问题
或者可能是这样的界面
搭建ssh环境遇到的问题

4:查找downloading spring artifacts 链接点击。
搭建ssh环境遇到的问题
我最新下载是在这里找到的downloading spring artifacts
搭建ssh环境遇到的问题

5:查找Manually downloading spring distributions 下面的
http://repo.spring.io.链接点击。
搭建ssh环境遇到的问题
我最近下载是在Downloading a Distribution中找到http://repo.spring.io.链接点击。
搭建ssh环境遇到的问题

6:鼠标点击左边>>符号展开菜单选择Artifacts选项。
搭建ssh环境遇到的问题

7:选择子菜单下的libs-release-local 选项。
搭建ssh环境遇到的问题

8:依次进入其子目录org/springframework/spring 就能看到spring 各版本信息了。 搭建ssh环境遇到的问题
搭建ssh环境遇到的问题

9:选择你需要的spring版本例如4.3.2.RELEASE点击打开选择
spring-framework-4.3.2.RELEASE-dist.zip 下载解压即可获得jar包api等等文件。
搭建ssh环境遇到的问题
搭建ssh环境遇到的问题

ps:直接获取方法。URL为最Spring最新4.3.2版本 地址,获取其他版本只需修改下面链接的4.3.2的版本号信息成想要的版本即可。
https://repo.spring.io/webapp/#/artifacts/browse/tree/General/libs-release-local/org/springframework/spring/4.3.2.RELEASE

参照网上已有的教程最新修改编写。
原文:https://www.cnblogs.com/shiyh/p/11507806.html
一起学习吧,有错欢迎指出。

相关文章: