diff --git a/content/zh/projects/sofa-boot/overview/index.md b/content/zh/projects/sofa-boot/overview/index.md index eda53818b..97492e28f 100644 --- a/content/zh/projects/sofa-boot/overview/index.md +++ b/content/zh/projects/sofa-boot/overview/index.md @@ -18,7 +18,10 @@ SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spr |3.15.0~3.16.3|2.7.3| |3.17.0|2.7.8| |3.18.0~3.19.1|2.7.10| -|4.0.0|3.0.7| +|4.0.0 ~ 4.0.2|3.0.7| +|4.1.0|3.1.5| +|4.2.0|3.2.2| +|4.3.0|3.2.6| SOFABoot 3.x 系列版本将构建在 Spring Boot 2.x 基础之上,SOFABoot 4.x 系列版本将构建在 Spring Boot 3.x 基础之上 。你可以在[发布历史](https://github.com/sofastack/sofa-boot/releases)中查看获取所有的历史版本代码。另外为了方便社区同学能够基于最新开发版本的 SOFABoot 进行开发学习,我们会发布当前开发分支的 SNAPSHOT 版本。为顺利从中央仓库拉取 SNAPSHOT 包,需要在本地 maven setting.xml 文件增加如下 profile 配置: