一、环境准备
- JDK 1.8
- Spring boot 2.7.x
- Gradle 7.5.1 (安装参考:win11安装Gradle)
- Idea 2023.1
二、源码导入gitee(可选)
按需导入。如果能科学上网,可跳过这一步。
为避免github访问不稳定问题,建议将对应的代码导入到gitee。然后通过git管理代码,这样可以清晰的看到我们对哪些代码修改或增加了注释。
Spring boot github地址:https://github.com/spring-projects/spring-boot.git
Spring github地址:https://github.com/spring-projects/spring-framework.git
三、Idea配置gradle & 编译源码
看到hello World代表已经构建成功。