Java network proxy setting method memo
proxy settings
-Dhttp.proxyHost=proxy.exsample.com -Dhttp.proxyPort=8080
-Dhttps.proxyHost=proxy.exsample.com -Dhttps.proxyPort=8080
-Dhttp.nonProxyHosts="localhost|127.0.0.1|192.168.*.*"
java - How do I set the proxy to be used by the JVM - Stack Overflow
Recommended Posts