diff --git a/linux基础/maven配置阿里云仓库.md b/linux基础/maven配置阿里云仓库.md new file mode 100644 index 0000000..f3c0ccc --- /dev/null +++ b/linux基础/maven配置阿里云仓库.md @@ -0,0 +1,64 @@ +maven访问外网可能超时,需要配置aliyun的仓库 +```xml + + + + + aliyunmaven + central + 阿里云公共仓库 + https://maven.aliyun.com/repository/public + + + + + + + spring + https://maven.aliyun.com/repository/spring + + true + + + true + + + + google + https://maven.aliyun.com/repository/google + + true + + + true + + + + spring-plugin + https://maven.aliyun.com/repository/spring-plugin + + true + + + true + + + + apache + https://maven.aliyun.com/repository/apache-snapshots + + true + + + true + + + + + + + +``` \ No newline at end of file