1

I downloaded Spring STS 3.6.1 and I tried to create a spring MVC project, but the templates are missing:

enter image description here

As you can see it says requires downloading! I pressed Refresh several times and restarted STS, but I still can't get it to list the templates.

When I pressed configure templates:

enter image description here

I'm working on my home laptop running Windows 7. I'm able to access Eclipse market place and I'm not behind a proxy. I tried another laptop also running Windows 7, but in vain.

What is wrong?

Songo
  • 5,618
  • 8
  • 58
  • 96
  • I have the same issue ^^ http://stackoverflow.com/questions/26341643/cannot-find-spring-mvc-project-when-creating-new-web-application-project-using-s – Nam G VU Oct 13 '14 at 14:04
  • refer this my recent answer. [link](http://stackoverflow.com/a/35505605/4192735) http://stackoverflow.com/a/35505605/4192735 – Bhaumik Thakkar Feb 19 '16 at 12:44

1 Answers1

0

As user @AndrewEisenberg suggested here, viewing the Error Log gives me the errors as below

So having a close look at the error in Error Log, by Windows - Show View - Other - Error Log, after calling File - New Project - Spring Project, I see the cause for this symptom.

It causes by the internet connection which cannot reach https://raw.github.com

Community
  • 1
  • 1
Nam G VU
  • 33,193
  • 69
  • 233
  • 372