下载Spring框架开发包

1.打开官网: http://spring.io/,打开project >> spring framework

2.在右侧找到要用的版本,如4.3.4,打开reference,搜索“repo.spring”,找到http://repo.spring.io/release/org/springframework/spring 

其中

在本页有介绍、特点说明、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包链接以及说明。

3.下载需要版本

 

posted on 2016-12-16 18:00  youngbike  阅读(228)  评论(0编辑  收藏  举报

导航