Unable to create spring starter project in eclipse
Getting exception while creating a new spring starter project.
JSONException: A JSONObject text must begin with '{' at character 0
Can anyone help here please.
1 Answer
5 years ago by Trinix
In eclipse change service URL from "http://start.spring.io" to "https://start.spring.io", it will work.
Recently spring upgraded start.spring.io from HTTP to HTTPS.
use https://start.spring.io
5 years ago by Anil