Problems encountered in setting up the ssh environment

The spring that needs to be downloaded during ssh

Spring official website downloads jar packages of various versions
source: http://blog.csdn.net/yuexianchang/article/details/53583327

Note: spring3.x corresponds to jdk1.7
spring4.x corresponds to jdk1.8

1: Enter the official website address in the browser: http://spring.io/projects

2: Click the leaf page button as shown in the figure.
insert image description here
or this interface
insert image description here

3: Click the button of the kitten picture as shown in the picture.
Write picture description here
Or maybe an interface like this
insert image description here

4: Find the downloading spring artifacts link and click it.
Write picture description here
My latest download is found here downloading spring artifacts
insert image description here


5: Find http://repo.spring.io under Manually downloading spring distributions . Click on the link.
Write picture description here
My latest download is http://repo.spring.io found in Downloading a Distribution. Click on the link.
insert image description here

6: Click the >> symbol on the left to expand the menu and select the Artifacts option.
Write picture description here

7: Select the libs-release-local option under the submenu.
Write picture description here

8: Enter its subdirectory org/springframework/spring in turn to see the spring version information.insert image description here
Write picture description here

9: Select the spring version you need, such as 4.3.2.RELEASE, click to open, select
spring-framework-4.3.2.RELEASE-dist.zip, download and decompress to get the jar package api and other files.
insert image description here
Write picture description here

ps: direct access method. The URL is the address of the latest version 4.3.2 of Spring. To obtain other versions, just modify the version number information of 4.3.2 linked below to the desired version.
https://repo.spring.io/webapp/#/artifacts/browse/tree/General/libs-release-local/org/springframework/spring/4.3.2.RELEASE

Refer to the latest revision of the existing tutorials on the Internet.
Original text: https://www.cnblogs.com/shiyh/p/11507806.html
Let’s study together, please point out if you are wrong.

Guess you like

Origin blog.csdn.net/qq_41117240/article/details/104442069