IntelliJ IDEA打开Spring Booot项目并使用Maven导入依赖包时提示错误:Cannot resolve com.gexin.platform:gexin-rp-sdk-http:4.1.0.5
构建项目时报错: Cannot resolve com.gexin.platform:gexin-rp-sdk-http:4.1.1.4
gexin-rp-sdk-http:jar:4.1.1.4总是无法下载,百度到的处理方法,记录一下,方便以后查询使用。
解决方式:
修改本地maven/config/目录下的settings.xml文件,在原先配置aliyun镜像处,修改mirroOf参数值 加上 ,!getui-nexus
标识getui-nexus这个依赖不从aliyun进行下载
注意逗号,因为多个要用逗号隔开。
<mirror> <id>nexus-aliyun</id> <mirrorOf>*,!getui-nexus</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> </mirror>
关于上述配置参数的说明:
‘’= everything
external:* = everything not on the localhost and not file based.
repo,repo1 = repo or repo1
*,!repo1 = everything except repo1
配置完成后,还需要在IntelliJ IDEA或Eclipse中更新配置文件,以生效。
菜单栏Window——Preferencecs——Maven——User Setting–update Settings applyandclose
然后 maven updateproject。
结束语:
如果出现其他ali镜像无法下载,可以将getui-nexus 相应的替换 仓库ID