在代理后面制作spring boot bootstrap

时间:2015-04-20 22:33:05

标签: spring-boot

我尝试使用代理使用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

3 个答案:

答案 0 :(得分:0)

我们正在使用公共HttpClient,我们通过HttpClientBuilder

构建默认实例

有许多系统属性被考虑在内但我假设您正在寻找以下内容:

  • http.proxyHost
  • http.proxyPort
你能试试吗?如果这不起作用,请在the boot tracker

上提出问题

答案 1 :(得分:0)

使用本地安装的cntlm代理进行公司代理:

enter image description here

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