方法一: File->Invalidate Caches/Restart 清除缓存重启
方法二: 更换到阿里云镜像服务器
修改maven配置文件 $M2_HOME/conf/settings.xml (也可以在用户 home 目录 .m2 下面添加一个 settings.xml 文件),添加

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

添加后
在这里插入图片描述

GitHub 加速计划 / de / Dependencies
8.61 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:3 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐