Reputation: 329
I am trying to make a basic spring boot application.
Steps I followed - > File - > New -> Spring Starter Project.
I got the below mentioned error by doing so.
What should I do?
This is what the eclipse error log file look like :
Upvotes: 0
Views: 64
Reputation: 17025
Also suggested by @Patrick (this is a community wiki answer
):
You should take a look at the proxy settings.
You can also open the website yourself:
http://start.spring.io/
Click Generate Project
to downloads the project (zipped).
Upvotes: 3