1、修改maven的conf/settings.xml文件,在<mirrors></mirrors>标签里加入:

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

  

相关文章:

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