Spring has now put the source code and the jar package separately, not directly have the source code and the jar package.
Some friends say that jar packs need to be downloaded through MAVEN, but the spring official can get everything on the web.
One, download the source code
(1) Enter the official website address Http://spring.io or Spring.io (browser with default HTTP), go to the Simple official web page
(2) Click on the projects to enter the project page and enter the project page via the Spring framework.
(3) Navigate to the following page through the spring framework above, then click on the kitten to enter the source download page
(4) in the source download page need to choose releases to enter the source location
(5) Select a different spring version, download zip or tar.gz can get the source code, through the bottom of the page privious or next page search
Second, download the corresponding JAR package
(1) According to the above source download process, go back to your kitten page, the previous steps with the source of the same download
--
--
(2) above the kitten page to pull down, as shown:
The above remark is obvious introduction means what spring provides, features is a feature, and most importantly, all of the features described in the Red Section standard can be connected in the following way.
Select one of the following connections their maven/gradle coordinates is also described there. Enter.
(3) After entering the connection can see a lot of information about spring, in the page down to find the following location distribution Zip files, click the link to enter the detailed file page:
Http://repo.spring.io/release/org/springframework/spring
(4) List of files
(5) Select a version to enter the details page
(6) Download the Xxx-dist.zip file, the file contains the corresponding jar package, downloaded after the file decompression, there is a libs directory in the file, Libs directory is a jar package
Transferred from: http://blog.csdn.net/yhl_jxy/article/details/51228212