# maven-settings(maven的镜像源配置,国内阿里镜像加速) **Repository Path**: haioa/maven-settings ## Basic Information - **Project Name**: maven-settings(maven的镜像源配置,国内阿里镜像加速) - **Description**: maven镜像源配置文件,替换即可 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-12-01 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # maven-settings #### 介绍 maven镜像源配置文件,替换即可 ```xml aliyunmaven central 阿里云公共仓库 https://maven.aliyun.com/repository/public mycof central https://maven.aliyun.com/repository/public true true maven-default https://repo1.maven.org/maven2/ true true always spring https://maven.aliyun.com/repository/spring true true aliyunmaven mycof ```