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

在创建spring boot 项目报错如下图:

 

报错信息是Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings.

自己去ping https://start.spring.io木有啥问题

在一个评论中看见了一个解决办法!

解决办法: 进入到IDEA的setting 搜索 HTTP Proxy 选择Auto-detect proxy settings 点击最下面的Check connection弹出如下的输入框,输入地址https://start.spring.io点击ok,如果successful证明连接成功,重新生成一次,完美生成springboot项目

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章