Cannot find Spring MVC project when creating new web application project using STS?

Nam G VU picture Nam G VU · Oct 13, 2014 · Viewed 15.7k times · Source

I'm new to Spring MVC and trying to learn from the internet tutorial such as these good ones from journaldev, springsource, and codejava

All of those tell me use STS as the IDE and to go for New Project - Spring Template Project - Spring MVC Project.

Though in my case, using the version 3.6.1.RELEASE of STS, I can NOT find any Spring MVC Project options there.

Do you have the same issue using STS?

p.s.

I found the solution here for previous version of STS, though it not works for version 3.6.1.

Seeing no MVC template snapshot.

enter image description here

Answer

supranov picture supranov · Oct 15, 2014

I've just solved the problem. These are my way:
- Go to New Project -> Spring Project. For first use, only show "Simple Project" folder.
- Select Configure templates.. (blue link).
- In Template Projects window, delete "spring-data-gemfire" and "spring-integration", and check "Show self-hosted templates ..." (at bottom), and then press Apply -> OK
- Just wait while refreshing process, and "Spring MVC Project" should be showed.