使用STS创建spring boot项目时报 JSONException
使用STS创建Spring Boot项目时报:
JSONException: A JSONObject text must begin with ‘{’ at character 0
(在学习Spring Boot框架时遇到的错误)
解决方式:
将Service URL(http://start.spring.io)中http加s即可。
即 Service URL为:https://start.spring.io
连接成功如下图: