From the course: Spring: Spring MVC

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Create Maven Spring MVC project

Create Maven Spring MVC project

From the course: Spring: Spring MVC

Start my 1-month free trial

Create Maven Spring MVC project

- [Instructor] Now that we've seen the Spring MVC architecture, we have done a lot of theory, let's get started with creating a basic Spring MVC project that is going to work with Maven. So let's go to the IntelliJ IDE because the first step tells me that we have to create a Maven web app archetype project. This is that IntelliJ IDE, so I'm just going to say file, new, let's hit project, make sure that Maven is selected, and check this box of create from archetype. The archetype that we're looking at is the Maven web app archetype, so if you just scroll down a little further you should be able to find it, which is this one. Then click on Next, and as usual with the Maven project you will have to specify the group ID and the Artifact ID. Let me mention that. This spring examples and artifact ID could be springmvcmaven. Click on Next. Now on this screen, whatever options that you see, let them be there as they are and…

Contents