spring jar包、文档官网下载

一、spring的官方网址:http://spring.io/

 

二、看到这个简洁清新的界面,导航很明确,进入projects

 

whatever the infrastructure needs of your application may be, there is a Spring Project to help you build it。

spring的涵盖面是很宽广的,你需要什么可以在上图所示的页面中查找,本页很清晰,很容易找到spring framework, 还有一段英文介绍provides core support for dependency injection, transaction management, web apps, data access, messaging and more.(提供了核心功能依赖注入、事务管理、web应用、数据访问、远程访问等等)

 

三、进入了我们需要的spring framework页

 

本页有介绍、特点说明、spring框架版本对jdk的要求、以及如果使用Maven或 Gradle构建项目的话,官网还提供了相应的范例向导。

 

最重要是在特征下面的这段话,需要注意:

All avaible features and modules are described in the Modules section of the reference documentation. Their maven/gradle coordinates are also described there.

这段话很清晰的告诉我们点击这段话上的链接,专门有关于所有特征和模块以及各模块之间关系的介绍。

这是一页关于spring框架的很详细的介绍很有必要认真看一看,那么就在这一页中就有我们spring的Jar包链接以及说明。


这个就是各个spring版本的下载地址: http://repo.spring.io/release/org/springframework/spring 而且很清楚的告诉你下载哪个文件。



 

 

posted @ 2016-03-12 23:38  殷桃丸子  阅读(243)  评论(0编辑  收藏  举报