创建SpringBoot项目报错Error: Cannot download ‘https://start.spring.io/starter.zip?
Posted Mq_sir
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建SpringBoot项目报错Error: Cannot download ‘https://start.spring.io/starter.zip?相关的知识,希望对你有一定的参考价值。
创建SpringBoot项目报错Error: Cannot download 'https://start.spring.io/starter.zip?
我自己在创建SpringBoot项目的时候,连接url失败,创建不成功。总结失败的原因。
Error: Cannot download ‘https://start.spring.io/starter.zip?type=maven-project&bootVersion=2.5.0&groupId=com.example&artifactId=springboot&name=springboot&version=0.0.1SNAPSHOT&language=java&packageName=com.mq&javaVersion=1.8&packaging=jar&description&dependencies=web’: connect timed out, response: 200 OK
大概有这三种解决办法:
修改HTTP Proxy
- 打开File --> setting --> Appearance & Behavior --> HTTP Proxy
选中Auto-detect proxy settings
勾选Automatic proxy configuration
URL 输入 https://start.spring.io/
即可,点击Apply,ok。
打开应用网络权限
- 控制面板\\系统和安全\\Windows 防火墙\\允许的应用,把IDEA勾上
点击check connection,提示连接成功就可以去创建项目了。
更改网络
- 如果还是不成功,就是网络的问题。换一个网络。比如手机热点啥的。
我的问题就是出在了网络这里。
以上是关于创建SpringBoot项目报错Error: Cannot download ‘https://start.spring.io/starter.zip?的主要内容,如果未能解决你的问题,请参考以下文章
关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题
关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题
关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题
关于启动SpringBoot简单项目报错Error starting ApplicationContext. To display the conditions report re-run ..的问题
springboot启动项目报错:ERROR:o.s.b.d.LoggingFailureAnalysisReporter解决办法
SpringBoot项目报错解决:“Error starting ApplicationContext. To display the conditions report re-run ...”