Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Tool Suite missing Spring MVC project template

In many examples/tutorials about creating web services using Spring MVC framework are using Spring MVC project template. I can't find it in my project templates list. Am I missing some plugin installed?

like image 790
Mithrand1r Avatar asked Nov 23 '12 16:11

Mithrand1r


3 Answers

for version: 3.7.1

1) Go to File->New

2) Click on Spring Legacy Project

3) Scroll down and select Spring MVC

like image 153
Accollativo Avatar answered Oct 12 '22 15:10

Accollativo


The templates should be available via a link on the dashboard as shown in the screenshot below. There is no plugin required.

STS dashboard

The available templates should be as below:

enter image description here

like image 30
Alex Barnes Avatar answered Oct 12 '22 15:10

Alex Barnes


In New Spring Project form click on "Configure Templates..." Then in Preference->Spring->Dashboard check Use Old Dashboad It will be appear

like image 5
Pasha Avatar answered Oct 12 '22 13:10

Pasha