赞
踩
1、环境准备
首先需要确保已经安装和配置jdk8,maven,git环境
2、项目下载
从github获取源码。网址:https://github.com/spring-projects/spring-boot
我们使用的是2.1.3.RELEASE版本,点击release 之后在tags查找相应版本或者访问https://github.com/spring-projects/spring-boot/releases/tag/v2.1.3.RELEASE
3、导入idea,在父pom中添加<disable.checks>true</disable.checks>
4、编译命令
mvn clean
install
-DskipTests -Pfast
一段时间后报错
根据提示继续输入
mvn clean -rf :spring-boot-gradle-plugin
编译成功
参考:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。