Spring Tool Suite missing Spring MVC project template

前端 未结 6 1409
囚心锁ツ
囚心锁ツ 2021-01-01 18:55

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

相关标签:
6条回答
  • 2021-01-01 19:14

    for version: 3.7.1

    1) Go to File->New

    2) Click on Spring Legacy Project

    3) Scroll down and select Spring MVC

    0 讨论(0)
  • 2021-01-01 19:23
    • Go to File -> New

    • Select Spring Legacy Project

    • Look for Spring MVC Project under Templates (Last one in the list, Scroll down if needed)

    If you don't see the Spring MVC Project, Select Configure templates.. link

    • Under Preference -> Spring -> Dashboard

    • Check Use Old Dashboad and press Apply - Ok.

    Wait while refreshing process....

    • You should be able to see Spring MVC Project now.
    0 讨论(0)
  • 2021-01-01 19:24

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

    0 讨论(0)
  • 2021-01-01 19:26

    Try this , it solved my issue.

    1. Go to New Project -> Spring Legacy Project. For first use, only show "Simple Project" folder.
    2. Select Configure templates.. (blue link).
    3. In Template Projects window, delete "spring-data-gemfire" and "spring-integration", and check "Show self-hosted templates ..." (at bottom), and then press Apply -> OK
    4. Just wait while refreshing process, and "Spring MVC Project" should be showed.
    0 讨论(0)
  • 2021-01-01 19:27

    I had that same problem when i started using sts 3.6.1 version on my laptop. at meanwhile when i choosen spring legacy project folder no spring mvc project folder shown up.but i cofigured my firewall proxy setting and easily got that folder so soon. so before going for mvc first you check urs firewall and proxies.

    steps to configure proxies from native to manual to shown spring mvc project:- window--->preferences--->network connection-->active provider-->choose manual-->ok then go and check spring legacy folder spring mvc will appear

    0 讨论(0)
  • 2021-01-01 19:31

    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

    0 讨论(0)
提交回复
热议问题