当前位置:编程学习 > html/css >>

maven download jar Could not transfer artifact

原因:
公司电脑使用代理上网,下载jar包时没有使用ie代理。
 
解决方法:
settings.xml配置一下
[html] 
<proxy> 
        <id>optional</id> 
        <active>true</active> 
        <protocol>http</protocol> 
        <host>192.168.7.17</host> 
        <port>8081</port> 
</proxy> 

host为maven易做图的ip地址
port为易做图的访问端口

补充:web前端 , HTML 5 ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,