SpringSource Tool Suite missing Spring MVC project template

16,126

Solution 1

For STS 3.0, the way that template projects are accessed has been changed, so it doesn't surprise me that you don't see the template project in the dashboard. However, you should see it in the new dialog. I'm not sure what could be happening. You could have a look at your error log and look for relevant stack traces (and paste them here).

Or you could install STS 3.1 or later. The easiest is probably to just go to the git repo where the template project exists, clone it and import it into your workspace as a maven project.

Here's the repo:

https://github.com/SpringSource/spring-mvc-showcase

The only difference between doing that and using a true template project is that the template project configures a few things automatically for you, like the base package and the project name. All this can be changed after importing, however.

Solution 2

In STS v3.3.0, select File > New > Spring project - when you get there, you will see bunch of options under "Templates" section. One of them is Spring MVC Project. Select that and follow the directions.

Share:
16,126
Serkan Arıkuşu
Author by

Serkan Arıkuşu

An organism that can turn caffeine into code, as usual...

Updated on June 04, 2022

Comments

  • Serkan Arıkuşu
    Serkan Arıkuşu almost 2 years

    This is not a duplicate of Spring Tool Suite missing Spring MVC project template

    Using STS 2.9.2 and have the com.springsource.sts.wizard_2.9.2.201205071000-RELEASE in my plugins folder.

    I want to use Spring MVC project template but cannot find it either on dashboard or under the "New->Other->SpringSource Tool Suite" menu.

    I do not want to make a new installation, lots of installed plugins exist. enter image description here

  • Songo
    Songo over 9 years
    The list of templates isn't showing. It says requires downloading instead!!
  • Kingz
    Kingz over 9 years
    I can see this is STS 3.6.1 as well. No downloads needed. Check your setup again.
  • Andrew Eisenberg
    Andrew Eisenberg over 9 years
    Go to Window -> Show View -> Other -> Error log