Loading

解决IDEA jar包下载慢的问题

在setting.xml中配置阿里云镜像

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

参考链接:https://developer.aliyun.com/article/78124

posted @ 2021-07-29 22:24  IamHzc  阅读(242)  评论(0编辑  收藏  举报