SpringBoot报错:lnitialization failed for “https://start.spring.io‘Please check URL, network and proxy

使用Spring Initializr创建SpringBoot时报错:

lnitialization failed for "https://start.spring.io'Please check URL, network and proxy settings
Error message:Cannot download "https://start.spring.io': connect timed out

SpringBoot报错:lnitialization failed for “https://start.spring.io‘Please check URL, network and proxy_第1张图片

 出现原因: 

        https://start.spring.io网页问题或者是本地网络问题

解决方法:

        1.settings-->Http Proxy-->Auto-detect proxy settings 

                  输入:https://start.springboot.io/

SpringBoot报错:lnitialization failed for “https://start.spring.io‘Please check URL, network and proxy_第2张图片

        2.Custom中 输入:https://start.springboot.io/

SpringBoot报错:lnitialization failed for “https://start.spring.io‘Please check URL, network and proxy_第3张图片

你可能感兴趣的:(spring,boot,spring,java)