我尝试使用代理使用Spring Boot。
我收到以下消息
$ spring init -l
Failed to retrieve help from service at 'https://start.spring.io'
(start.spring.io: unknown error)
我试过了
export http_proxy
export https_proxy
JAVA_OPTS settings
答案 0 :(得分:0)
我们正在使用公共HttpClient
,我们通过HttpClientBuilder
有许多系统属性被考虑在内但我假设您正在寻找以下内容:
http.proxyHost
http.proxyPort
答案 1 :(得分:0)
使用本地安装的cntlm代理进行公司代理:
JAVA_OPTS
-Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128 -Dhttps.proxyHost=localhost -Dhttps.proxyPort=3128
输出:
$ spring init
Using service at https://start.spring.io
Content saved to 'demo.zip'
答案 2 :(得分:0)
使用
-Dhttp.proxyHost =您的.proxy.net -Dhttp.proxyPort = 8080