[已解决] Error: Cannot download ‘https://start.spring.io/starter.zip?

使用idea快速创建springboot项目时会出现连接不到服务器的情况,进行诸多尝试后得到以下几个方法:
设置代理 :
进入到IDEA的setting,搜索 HTTP Proxy,选择Auto-detect proxy settings,点击最下面的Check connection弹出如下的输入框,输入地址https://start.spring.io点击ok,如果successful证明连接成功,重新生成一次,完美生成springboot项目

1.将上方的URL替换为:https://start.spring.io/
2.将上方的URL替换为:http://start.spring.io

点击check connection 进行测试。

3.如果还是不行,使用自定义URL:http://start.springboot.io/
在这里插入图片描述 一般情况下第三种方案就是可以成功的。 如果还是还是还是不行,请检查你的防火墙以及相关网络设置,然后尝试在浏览器中访问该URL。