您的位置:首页 > 编程语言 > Java开发

Java JVM proxy setting

2016-12-18 12:25 211 查看
-Dhttp.proxyPort=8080(your port)

-Dhttp.proxyHost=192.168.19.200(your IP)

-Dhttp.nonProxyHosts=localhost|127.0.0.1(排除localhost,和127.0.0.1使用proxy)

-Dhttps.proxyPort=8080(your port)

-Dhttps.proxyHost=192.168.19.200(your IP)

-Dhttps.nonProxyHosts=localhost|127.0.0.1(排除localhost,和127.0.0.1使用proxy)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: