背景
准备研究 spring 源码,从 github 下载到本地打开构建时,发现下载依赖慢死了。
解决在build.gradle文件中添加国内镜像
repositories { maven{ url'http://maven.aliyun.com/nexus/content/groups/public/'} }