在maven的settings.xml文件里的mirrors节点,添加如下子节点:

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

 

相关文章:

  • 2021-12-18
  • 2021-10-24
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2021-12-01
  • 2022-12-23
  • 2021-08-16
  • 2021-12-28
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案