How to create Spring MVC application with Maven structure in Intellij IDEA 13.1?

后端 未结 3 1689
借酒劲吻你
借酒劲吻你 2021-02-01 03:50

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

3条回答
  •  终归单人心
    2021-02-01 04:26

    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

    enter image description here enter image description here

提交回复
热议问题