sts创建spring boot项目时报错:JSONException: A JSONObject text must begin with ..或者SocketTimeoutException

bug1:JSONException: A JSONObject text must begin with ‘{’
sts创建spring boot项目时报错:JSONException: A JSONObject text must begin with ..或者SocketTimeoutException
解决:只需要将url换为https://start.spring.io即可
sts创建spring boot项目时报错:JSONException: A JSONObject text must begin with ..或者SocketTimeoutException
如果还报错:SocketTimeoutException: connect timed out
原因:网速不好,请求的地址请求不到,

解决方法:
1.换网让网速跑的快一点

2.更改超时时间限制,将60改成600.
sts创建spring boot项目时报错:JSONException: A JSONObject text must begin with ..或者SocketTimeoutException