spring framework整理【1】

spring framework各版本和jdk关系:
https://blog.csdn.net/qq_26264237/article/details/90574888

spring-boot和spring framework、jdk的版本关系:
https://blog.csdn.net/qq_26264237/article/details/90575165

spring framework 各个版本库文件jar包下载地址:
http://repo.spring.io/simple/libs-release-local/org/springframework/spring/ 

spring framework版本清单:
https://mvnrepository.com/artifact/org.springframework/spring-core

eclipse 安装spring framework插件两种方式:
https://blog.csdn.net/bugeveryday/article/details/83006995

eclipse 与 spring framework插件版本对应
https://spring.io/tools3/sts/legacy

下载eclipse4.4.2版本显示的Zip地址是:
https://download.springsource.com/release/STS/3.6.4.RELEASE/dist/e4.4/spring-tool-suite-3.6.4.RELEASE-e4.4.2-win32-x86_64.zip
这个地址下载的zip不能使用的,

将地址手动更改为:
https://download.springsource.com/release/TOOLS/update/3.6.4.RELEASE/e4.4/springsource-tool-suite-3.6.4.RELEASE-e4.4.2-updatesite.zip


 

发布了132 篇原创文章 · 获赞 64 · 访问量 47万+

猜你喜欢

转载自blog.csdn.net/qiuzhi__ke/article/details/103932275