'Dynamic web project missing in STS

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?



Solution 1:[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.

Solution 2:[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

Solution 3:[3]

  1. If you dont see dynamic web project in File->New and also in other
  2. Then go to help -> install new software
  3. copy paste this http://download.eclipse.org/releases/mars/ and click enter if it is the first time then it take lot of time to download depends upon the internet Once it get started downloading a pop will appear as trust click on that
  4. After downloading make sure to restart STS and check whether dynamic web project is showing or not
  5. check in file->new or else check in Others

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Martin Lippert
Solution 2 Jorge López
Solution 3 srividya