1、下载源码

github地址: https://github.com/spring-projects/spring-boot

可以clone或者download zip

2、解压(clone的忽略次步骤)

解压到某个盘下面

springboot源码编译

本人是mac,解压的目录是/Users/youyongsheng/open_project/spring-boot-2.1.x

3、进入解压或克隆的目录下

执行命令: mvn clean install -DskipTests -Pfast

等待下载依赖

springboot源码编译

完成:

springboot源码编译

相关文章:

  • 2021-05-16
  • 2021-05-26
  • 2021-10-08
  • 2021-12-24
  • 2021-09-08
  • 2021-11-06
  • 2021-08-28
  • 2021-08-29
猜你喜欢
  • 2022-01-24
  • 2021-08-17
  • 2021-12-06
  • 2021-12-12
  • 2021-08-15
  • 2021-06-05
相关资源
相似解决方案