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

天大地大妈咪最大 提交于 2019-11-30 22:11:23

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.

Step:1-Go to File->New

Step:2-Click on Spring Legacy Project

Step:3-see a Templates Box, scroll it down you will find Spring Mvc Project

Firstly File -> New Project -> Spring -> Spring Legacy project & finally select what you want. also refer attached images.

Nam G VU

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

Naresh Vavilala

Try this
New Project -> Spring Project -> Spring MVC Project

File->New-->Spring Legacy Project----> scroll down to Spring Mvc Project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!