From the course: Spring: Spring MVC

Unlock the full course today

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

Generate Spring MVC project with Spring Boot

Generate Spring MVC project with Spring Boot

From the course: Spring: Spring MVC

Start my 1-month free trial

Generate Spring MVC project with Spring Boot

- [Instructor] Now, let's create a Spring MVC project with Spring Boot. Spring Boot is one of the projects under the Spring framework which allows you to create faster production grade applications. It automatically does a lot of configuration for you without you explicitly having the need to do it. So with minimal fuss it will create an application which is up and running for your development process. So we're going to adopt Spring Boot in order to create our hplus application. I have a slide in front of me. Let's go through the steps one by one. The first is we have to generate a Maven project with Spring Initializr. Now Spring offers a very good website of Spring Initializr. I'm going to google that. You can reach this link and see that it gives you a utility to generate a project. You can generate a Maven or Gradle project, choose the language of your choice, chose the Boot version, configure all of the options…

Contents