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

Rasool Ghafari

I want to to create new Spring MVC project in Maven structure using Intellij IDEA but can't do that. actually i want to create project like mkyong.com samples, like this.

NOTE

I'm new to Intellij IDEA and want to create new project not import from existing project.

geoand

All you need to do is the following.

Click File -> New Project and then:

First add this Maven archetype (from the button on top right)

enter image description here

That archetype will help you bootstrap the project by providing some Spring configuration code and must be present in your local Maven repository (directions are provided on how to do that in the link I sent - it's very easy).

After adding the archetype just do like in the following screenshot:

enter image description here

The next screen just asks you for the the GroupId, ArtifactId and Version of your project. The following screens are trivial.

That's it!

Note that you can use any archetype you like (although the one I supplied seems to be very much up to date). If you find a better one than the one I supplied, feel free to use it. You can also write your own without too much trouble.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to import existing Maven + Spring MVC + Tomcat project on Intellij IDEA?

From Dev

How to create a JAXB project in IntelliJ IDEA 13?

From Dev

How to create a JAXB project in IntelliJ IDEA 13?

From Dev

How to create Play! Framework JAVA application with JetBrains IntelliJ Idea 13? I only find the Scala project

From Dev

Creating a basic spring core application with intellij idea 13 community edition

From Dev

How to create a JavaFX Maven project in IntelliJ IDEA?

From Dev

How to deploy Maven project to Glassfish Server in Intellij Idea 13

From Dev

How to add repository/repositories to "Indexed Maven Repositories" in IntelliJ IDEA 13?

From Dev

Unable to generate a WAR file for a spring MVC application using intelliJ 13

From Dev

How to configure an application server in Intellij Idea 13 Ultimate SpringMVC project?

From Dev

How to create a static web project in IntelliJ Idea 13?

From Dev

How to create a static web project in IntelliJ Idea 13?

From Dev

How to create a remote connection in ipfs using maven in Intellij Idea?

From Dev

How to create Hello World web application in intellij idea?

From Dev

How to debug spring-boot application with IntelliJ IDEA community Edition?

From Dev

How to debug spring-boot application with IntelliJ IDEA community Edition?

From Dev

How to debug spring-boot application with IntelliJ IDEA community Edition?

From Dev

Intellij IDEA 13 - Can't open Project Structure dialog anymore

From Dev

Spring Boot application runs fine via Maven but not via IDE Intellij IDEA

From Dev

IntelliJ IDEA 13 doesn't recognize Maven mirrors

From Dev

how to define package structure for a Spring REST MVC application?

From Dev

Intellij Idea Tomcat and Spring MVC template

From Dev

Debugging standalone Spring Boot application (Intellij IDEA)

From Dev

Can't create java project in IntelliJ IDEA 13 Community Edition

From Dev

Can't create java project in IntelliJ IDEA 13 Community Edition

From Dev

Cannot deploy my web application (Spring MVC, Tomcat Server, Maven, IntelliJ)

From Dev

How do I deploy maven dependencies in a web application project in IntelliJ IDEA?

From Dev

How to directly show the Maven directory in Intellij Idea?

From Dev

How to check that where in the Spring boot project (Intellij Idea), particular maven dependency is used?

Related Related

  1. 1

    How to import existing Maven + Spring MVC + Tomcat project on Intellij IDEA?

  2. 2

    How to create a JAXB project in IntelliJ IDEA 13?

  3. 3

    How to create a JAXB project in IntelliJ IDEA 13?

  4. 4

    How to create Play! Framework JAVA application with JetBrains IntelliJ Idea 13? I only find the Scala project

  5. 5

    Creating a basic spring core application with intellij idea 13 community edition

  6. 6

    How to create a JavaFX Maven project in IntelliJ IDEA?

  7. 7

    How to deploy Maven project to Glassfish Server in Intellij Idea 13

  8. 8

    How to add repository/repositories to "Indexed Maven Repositories" in IntelliJ IDEA 13?

  9. 9

    Unable to generate a WAR file for a spring MVC application using intelliJ 13

  10. 10

    How to configure an application server in Intellij Idea 13 Ultimate SpringMVC project?

  11. 11

    How to create a static web project in IntelliJ Idea 13?

  12. 12

    How to create a static web project in IntelliJ Idea 13?

  13. 13

    How to create a remote connection in ipfs using maven in Intellij Idea?

  14. 14

    How to create Hello World web application in intellij idea?

  15. 15

    How to debug spring-boot application with IntelliJ IDEA community Edition?

  16. 16

    How to debug spring-boot application with IntelliJ IDEA community Edition?

  17. 17

    How to debug spring-boot application with IntelliJ IDEA community Edition?

  18. 18

    Intellij IDEA 13 - Can't open Project Structure dialog anymore

  19. 19

    Spring Boot application runs fine via Maven but not via IDE Intellij IDEA

  20. 20

    IntelliJ IDEA 13 doesn't recognize Maven mirrors

  21. 21

    how to define package structure for a Spring REST MVC application?

  22. 22

    Intellij Idea Tomcat and Spring MVC template

  23. 23

    Debugging standalone Spring Boot application (Intellij IDEA)

  24. 24

    Can't create java project in IntelliJ IDEA 13 Community Edition

  25. 25

    Can't create java project in IntelliJ IDEA 13 Community Edition

  26. 26

    Cannot deploy my web application (Spring MVC, Tomcat Server, Maven, IntelliJ)

  27. 27

    How do I deploy maven dependencies in a web application project in IntelliJ IDEA?

  28. 28

    How to directly show the Maven directory in Intellij Idea?

  29. 29

    How to check that where in the Spring boot project (Intellij Idea), particular maven dependency is used?

HotTag

Archive