Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings.解决方法
新建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
解决方法:
新建时使用自定义地址 ,改成阿里云的地址:
https://start.aliyun.com/
成功!
本文来自博客园,作者:大星星不见了,转载请注明原文链接:https://www.cnblogs.com/dxxbjl/p/15365145.html