repositories {
mavenLocal()
maven { name "Alibaba" ; url "https://maven.aliyun.com/repository/public" }
maven { name "Bstek" ; url "http://nexus.bsdn.org/content/groups/public/" }
maven { url "http://repo.springsource.org/plugins-release" }
mavenCentral()
}
说明:
1.mavenLocal()是本地仓库,加了这个可以让编译速度变快。
本文介绍如何配置Maven项目的仓库来源,包括本地仓库、阿里云公共仓库等,通过这些配置可以加快项目的编译速度。

1456

被折叠的 条评论
为什么被折叠?



