From the course: Spring Boot 3 Essential Training
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Understanding the project - Spring Boot Tutorial
From the course: Spring Boot 3 Essential Training
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 the Spring Initializr. So I'm going to go ahead and open up the application, and you'll see that we get a .mvn directory, and this includes a wrapper for Maven that you can execute through either the mvnw or mvnw.cmd files. We also get a POM file, and this is probably the most important aspect that we get from this. You'll see that it brought in the starter web as well as starter tests. So you immediately get testing framework for free. But what does starter web really bring in? So I'm going to open up our external dependencies, and you will see, you get a lot of stuff with this. You get some log back, you get some Jackson Marshallers, you get JSON path, which is part of the testing library. You get some Micrometer stuff for metrics. You get some Jakarta libraries needed for building a…
Contents
-
-
-
Creating a project3m 18s
-
(Locked)
Understanding the project4m 30s
-
(Locked)
Understanding auto-configuration4m 44s
-
(Locked)
Configuration in Spring Boot5m 43s
-
(Locked)
Spring Profiles in Boot7m 30s
-
(Locked)
Building Spring Boot applications3m 20s
-
(Locked)
Containerizing Spring Boot applications5m 48s
-
-
-
-
-
-