Thursday, February 20, 2014

How to create a Spring MVC skeleton project in 10 minutes :)

I know it's very simple but have seen people struggling a lot to create and setup the first working project using Spring framework.

Here are the steps to create a Spring MVC skeleton project .

1) Download and Install STS ( Spring Source Tools)
2) Click File -> New -> Project
3) Select Spring Project from the provided list.

4) Spring Project Dialog box would appear. Select Spring MVC Project template and provide the project name.


5) Hit Next and Provide an toplevel package name for your application and choose Finish. 

Believe it or not your Spring MVC application is ready to be deployed on any server. Do look into created projects to understand the pieces involve in it :). 

Happing Spring
Manisha



2 comments: