https://github.com/spring-projects/spring-boot/tags?after=v2.3.4.RELEASE
下载v2.2.9.RELEASE
加压zip
进入解压后的文件夹 执行 mvn clean install -DskipTests -Pfast
在pom里输入 如下 关闭maven检查
<disable.checks>true</disable.checks>

在springboot源码文件夹下 新建一个module 将module版本改为2.2.9.RELEASE
参考:https://www.bilibili.com/video/BV1Jo4y1m7hY?p=12&spm_id_from=pageDriver
该博客介绍了如何下载Spring Boot v2.2.9.RELEASE并进行编译,包括使用Maven的clean install命令跳过测试,并在源码中添加新模块。同时提供了视频教程链接,帮助读者理解Spring Boot的源码及模块构建过程。
2万+

被折叠的 条评论
为什么被折叠?



