IDEA下载maven依赖报错:Could not transfer artifact org.springfram
可能原因:
- 网络原因
- 证书原因(未查证)
解决方法1:
- 配置国内镜像源
<mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>
...大约 10 分钟