IDEA创建springboot项目总是创建失败问题的解决

针对IDEA创建springboot项目总是创建是失败的问题:

Initialization failed for 'https://start.spring.io'
Please check URL, network and proxy settings.

Error message:
Cannot download 'https://start.spring.io': connect timed out
, response: 200 null

参考网上给出的方案:在idea初始界面依次点击Configure--->Setting--->Http Proxy,选择Atuo-detect proxy settings 之后点击check connection,在弹出的框内输入http://start.spring.io或者是https://start.spring.io,弹出弹出connection successful,仍然无法成功创建springboot项目。

 解决方案如下:

【方案一】

直接在官网下好模板(配置选择,在idea中打开使用即可):https://start.spring.io/

 【方案二】

 在初始化的时候替换掉 Custom,直接使用aliyun的镜像节点:http://start.aliyun.com

原文地址:https://www.cnblogs.com/yif930916/p/14149736.html