Sunday, April 9, 2017

Creating a Legacy Spring MVC project in sts

This tutorials demonstrate the old way of creating Spring MVC application.

Precondition:
  • Spring Tool Suite 3.8.3.RELEASE


Steps : Create a new Maven webapp project in Sts


Goto File-> New -> Spring Legacy Project








New window will appear.

1) Enter the Project name.
2) In the templates section choose Simple Spring Web Maven
3) Click Finish




















Results should be the following: