Dynamic web project missing in STS

不羁的心 提交于 2020-01-06 04:35:11

问题


I am facing one issue with Spring tool suite 4, I don't see "Dynamic web project" option. I want to create one dynamic web project but I do not find this option in my Spring tool suite. How to install those external tool in Spring tool suite, however I got few link i.e http://download.eclipse.org/releases/mars for eclipse, should I use this link for Spring tool suite as well?


回答1:


https://github.com/spring-projects/sts4/issues/96#issuecomment-484522744

Short version: fixed in Spring Tools 4.2.2 (coming in late May 2019), workaround is to install the m2e-wtp features from the main Eclipse update repo into an existing Spring Tools 4 for Eclipse install.




回答2:


To solve this on STS 4.x.x

  1. Go to Install New Software.

  2. Select the main Eclipse update site for 2019-03 ( if not added, you must click o add button and paste this URL: http://download.eclipse.org/releases/2019-03 on both fields)

  3. search for m2e-wtp There are four extensions showing up and you should install the ones you prefer.

  4. Restart your IDE

see https://github.com/spring-projects/sts4/issues/96#issuecomment-484522744 on martinlippert comment



来源:https://stackoverflow.com/questions/56090961/dynamic-web-project-missing-in-sts

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