About the download of the Spring Framework's latest release compact package "very very novice"-Java Way-Blog channel-csdn.net
Recently, SPIRNG official revision, the spring framework of the latest release of the ZIP package has been found on the official web link, are changed to maven build download way, so that beginners can not download.
Here you will find the ZIP package of springframework latest release:
? 1. Open this address in the browser http://maven.springframework.org/release/org/springframework/spring/. You can get the resulting page as shown:
? 2. Click on the corresponding version number link you want to download, I click "4.0.2.RELEASE", will open as shown in the results page:
3. Click on the corresponding zip package link to download. Here I click "Spring-framework-4.0.2.release-dist.zip", this can download this zip package.
4. Incidentally: It is recommended that you learn to learn the use of MAVEN tools in real enterprise development use more OH. You can see the blog post I wrote earlier: http://blog.csdn.net/qjyong/article/details/9098213
About the download of the Spring Framework's latest release compact package "very very novice"