Spring Development Environment Construction
- JDK7 or later
- ECLISPE for EE 4.0 or later
- Spring Frameworks 3.0 or later
As for the first two we do not introduce, direct Baidu can be, for the spring framework download links are difficult to find.
Spring Frameworks 3.0 or later download steps
1. First open the Link Spring official website
2. Then
Click on the referrence link of the latest version number to enter
3.
Select the distribution ZIP files item.
4.
Click on this link to enter the real download link
5.
Select the version you want to download, This article will follow 3.2.9 as an example click into, download the first zip package, and then unzip, get the Lib package under the jar file (note that the jar file under the Lib package includes the document jar package, the binary jar package, and the source jar package, and only the binary jar package is what we need).
6. Not yet with the completion because spring references the Commens logging this jar file, and just did not download, so we need to download this file, which is a jar file provided by Apache to manage log logs.
Resources Download LINK
Click to download the Spring Framework development package JAR file
Click to download Commens Logging jar file
Spring Development Environment Building tutorial