Random Coder
Random Coder

Reputation: 329

How to make a basic spring boot application?

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.

enter image description here

What should I do?

This is what the eclipse error log file look like : enter image description here

Upvotes: 0

Views: 64

Answers (1)

alexbt
alexbt

Reputation: 17025

Also suggested by @Patrick (this is a community wiki answer):

Spring Test Suite

You should take a look at the proxy settings.

Alternative

You can also open the website yourself:

http://start.spring.io/

enter image description here

Click Generate Project to downloads the project (zipped).

Upvotes: 3

Related Questions