springboot项目创建Initialization failed for 'https://start.spring.io' Please check URL, network and prox

springboot项目创建时显示如下界面,无法创建,网上查的设置方法也不好使,后来自己无意间发现一个解决方案,共享

问题出现原因:网络问题 可以换网络尝。网络无法切换的情况下可以采取以下方式。

springboot项目创建Initialization failed for 'https://start.spring.io' Please check URL, network and prox 

解决办法:点击界面显示网址,进入网站,填入验证码

springboot项目创建Initialization failed for 'https://start.spring.io' Please check URL, network and prox

显示以下界面:

springboot项目创建Initialization failed for 'https://start.spring.io' Please check URL, network and prox

然后添加相关信息创建项目,其它选项点击下面Switch to the full version.进行信息添加。然后点图中的绿色按键。即可创建工程

,然后将工程下载到本地,用idea打开运行即可。

还有打jar包最好用:在Idea下方的Terminal或者命令行定位到项目文件夹,运行:mvn clean package命令。