Graphic tutorial of building spring development environment with eclipse (recommended)
1. Install springsource tool suite:
(1) Find and install the corresponding version of eclipse on the official website (my version of eclipse is 4.5.1 and the corresponding version is 3.7.2)
http://download.springsource.com/release/TOOLS/update/3.7.2.RELEASE/e4.5/springsource-tool-suite-3.7.2.RELEASE-e4.5.1-updatesite.zip
(2)INSTALL NEW SOFTWARE
(3) Download the spring framework package
http://repo.spring.io/release/org/springframework/spring/4.3.9.RELEASE/spring-framework-4.3.9.RELEASE-dist.zip
(4) Download the spring dependent log package commons logging
http://commons.apache.org/proper/commons-logging/download_logging.cgi
(5) Unzip (3) and (4) and put the relevant jar packages in the Lib directory of the project.
The above graphic tutorial on building the spring development environment for eclipse (recommended) is all the content shared by Xiaobian. I hope it can give you a reference and support the script house.