关于 Maven 远程仓库地址配置方式有两种:
-
1、直接在项目的 pom.xml 文件中进行修改(不推荐,尤其是在多人协助开发过程中非常的费事费力)
-
2、将 Maven 的远程仓库统一的配置到 Maven 的 Seting.xml 的配置文件中
-
中央仓库地址大全
-
首推阿里
- <repository> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> </repository>