I want to to create new Spring MVC project in Maven structure using Intellij IDEA but can\'t do that. actually i want to creat
Update as per comment for IntelliJ 15:
Same instructions apply and here's a view from it:
Also note that Spring Initializr has been added in the same New Project screen that is becoming the de-facto way of initialising Spring Boot applications.
(initial post)
In IntelliJ 13 Ultimate Edition it's very simple since the template is built-in:
File
> New Project
> Spring
> Create project from template
> Spring MVC