com.gexin.platform 依赖下载问题

打包时报错显示:

com.gexin.platform:gexin-rp-sdk-http:pom:4.1.1.4 failed to transfer from http://0.0.0.0/

解决办法:

1、在idea中找到maven中的设置的settings.xml

com.gexin.platform 依赖下载问题_第1张图片

2、根据路径找到settings.xml文件,添加以下内容

        
            maven-default-http-blocker
            external:dummy:*
            Pseudo repository to mirror external repositories initially using HTTP.
            http://0.0.0.0/
            true
        

3、从新打包就可以了

你可能感兴趣的:(java)