背景:由于一个很老的项目需要升级里面的spring-framework的jar文件,只能从官网中下载


前言

由于一个很老的项目需要升级里面的spring-framework的jar文件,只能从官网中下载


一、官网连接

spring官网地址:Spring | Home

// spring官网
https://spring.io/

从官网经过跋山涉水终于到达了spring的归档库,中间的步骤就不详细描述了,下面直接提供归档库链接,打开有点儿慢,偶尔还打不开

地址:JFrog

// 归档库地址
https://repo.spring.io/ui/native/libs-release-local

二、下载步骤

目录

1.点击org

2.点击springframework

3.点击spring,看到历史版本列表

 

4.随便点击一个,如3.2.0.RELEASE

下载整个zip压缩包,解压出来包括全部的jar文件,愉快的替换吧

直达连接:JFrog

// 列表连接
https://repo.spring.io/ui/native/libs-release-local/org/springframework/spring/

 

总结

还是maven管理的方便,这里只能自己去找

GitHub 加速计划 / sp / spring-framework
41
17
下载
spring-projects/spring-framework: 一个基于 Java 的开源应用程序框架,用于构建企业级 Java 应用程序。适合用于构建各种企业级 Java 应用程序,可以实现高效的服务和管理。
最近提交(Master分支:16 天前 )
051adf26 Prior to this commit, the MapAccessor for SpEL resided in the org.springframework.context.expression package in the spring-context module; however, it arguably should reside in the spring-expression module so that it can be used whenever SpEL is used (without requiring spring-context). This commit therefore officially deprecates the MapAccessor in spring-context for removal in favor of a new copy of the implementation in the org.springframework.expression.spel.support package in the spring-expression module. Closes gh-35537 17 小时前
27b2243b See gh-35534 18 小时前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐