在maven\conf\settings.xml中的mirrors添加

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

相关文章:

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