Request failed with status code 522【IDEA创建SpringBoot无法连接的错误】

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/u012431703/article/details/97649721

我们在使用IDEA的快速新建springboot入门程序的时候,可能会出现如下错误:

Initialization failed for 'https://start.spring.io' Please check URL, 
network and proxy settings.  
Error message: Cannot download 'https://start.spring.io': 
Request failed with status code 522

IDEA创建SpringBoot无法连接的错误,


解决办法:

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

猜你喜欢

转载自blog.csdn.net/u012431703/article/details/97649721