加快springboot的下载速度方法

36 阅读1分钟

打开配置文件setting.xml image.png

copy下面代码

   <mirrors>
        <mirror>
            <id>alimaven</id>
            <name>aliyun maven</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            <mirrorOf>central</mirrorOf>
        </mirror>
    </mirrors>

image.png