美文网首页
学习spring framework环境准备篇(IDEA)

学习spring framework环境准备篇(IDEA)

作者: dbasy | 来源:发表于2021-05-19 21:33 被阅读0次

1.clone代码到本地,仓库地址为 https://github.com/spring-projects/spring-framework.git
2.导入到idea File -> New -> Project from Existing Sources -> Navigate to directory -> Select build.gradle
3.在命令窗口先预编译spring-oxm,使用命令 './gradlew :spring-oxm:compileTestJava'

image.png
4.第四部最麻烦,module得一个个导入。 File -> New -> Module from Existing Sources
image.png

相关文章

网友评论

      本文标题:学习spring framework环境准备篇(IDEA)

      本文链接:https://www.haomeiwen.com/subject/hglmjltx.html