首页 > 技术文章 > eclipse 创建 springboot 项目时 报json 错误

wwqqnn123456 2019-07-03 10:50 原文

使用eclipse 创建Spring Boot项目时报:
JSONException: A JSONObject text must begin with ‘{’ at character 0

 

 解决方式:
将Service URL(http://start.spring.io)中http加s即可。
即 Service URL为:https://start.spring.io

 

推荐阅读