编辑%maven_home%/conf/settings.xml文件,添加

<mirror>  
    <id>aliyun-maven</id>  
    <mirrorOf>*</mirrorOf>  
    <name>aliyun maven</name>  
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>  
</mirror>

相关文章:

  • 2021-12-14
  • 2022-03-07
  • 2022-02-07
  • 2021-08-06
  • 2022-02-07
  • 2022-01-20
  • 2022-02-18
猜你喜欢
  • 2022-02-07
  • 2021-10-02
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案