From the course: Spring Boot 2.0 Essential Training

Unlock the full course today

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

Understanding the project

Understanding the project

From the course: Spring Boot 2.0 Essential Training

Start my 1-month free trial

Understanding the project

- [Instructor] So we haven't really done much yet other than generate a project. So before we get too much deeper let's spend a moment and talk about what you get with the project created by this spring initializr. So what I'd like you to do is to open up your ID and we're going to open up the booting web project and let's start with our pom file. So you'll see it in the pom file we get many of the values that we entered in the initializr such as group ID and artifact ID but you'll also notice that we get a couple dependencies. Now, the web dependence that we got because we selected web as a dependency and it by default brings in spring boot starter. We also get a test dependency for free, again that comes just because we've chosen spring boot starter via spring boot web. So you're always going to get tests as well. Now with the starter web dependency we get an entire web framework and…

Contents