0
点赞
收藏
分享

微信扫一扫

一些国内镜像 快速源


maven 阿里云仓库:

<repositories>
        <repository>
            <id>nexus-aliyun</id>
            <name>nexus-aliyun Repository</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

Spring项目阿里云地址:

https://start.aliyun.com/

Idea配置:

一些国内镜像 快速源_java

  

Docker国内加速镜像:

镜像加速器

镜像加速器地址

Docker 中国官方镜像

https://registry.docker-cn.com

DaoCloud 镜像站

http://f1361db2.m.daocloud.io

Azure 中国镜像

https://dockerhub.azk8s.cn

科大镜像站

https://docker.mirrors.ustc.edu.cn

阿里云

https://<your_code>.mirror.aliyuncs.com

七牛云

https://reg-mirror.qiniu.com

网易云

https://hub-mirror.c.163.com

腾讯云

https://mirror.ccs.tencentyun.com

npm淘宝镜像:

https://registry.npm.taobao.org

npm config set registry https://registry.npm.taobao.org

举报

相关推荐

0 条评论