Spring Boot 源码编译
源码地址:https://github.com/spring-projects/spring-boot
clone 地址: https://github.com/spring-projects/spring-boot.git
zip下载地址:
2.2.x 分支: https://codeload.github.com/spring-projects/spring-boot/zip/refs/heads/2.2.x
main分支: https://codeload.github.com/spring-projects/spring-boot/zip/refs/heads/main
说明:现在2.3.x及以上版本,构建工具已经由maven更改为gradle。想要用maven构建的话,clone完成后将分支切换到2.2.x或以下版本。
源码构建过程 https://blog.csdn.net/bskfnvjtlyzmv867/article/details/89434894
maven版本尽量与文件 .mvn/wrapper/maven-wrapper.properties 一致,否则偶尔会出现莫名其妙的问题
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.3/maven-wrapper-0.5.3.jar