From the course: Learning Spring 6 with Spring Boot 3

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Examine a Spring Boot skeleton project

Examine a Spring Boot skeleton project - Spring Tutorial

From the course: Learning Spring 6 with Spring Boot 3

Examine a Spring Boot skeleton project

- [Instructor] Let's take a look at what you get with the Spring Boot Skeleton project. I assume you've opened it up in your IDE. If not, do that and let's jump on over to that IDE. So the first thing that I'm going to do is I'm going to delete some of the files that I don't like to include because I don't use them. So I haven't installed Maven package, therefore I don't need the .mvn directory, or the two Maven command files. Those are something I just don't need. If you don't have Maven installed or your IDE doesn't provide them, go ahead and leave them, but I'm going to delete them for my own purposes. I also don't need this low level gitignore or the help.md, because both of those I get with either the parent and the help I don't need. So let's delete those. Now, the IML file, that is a artifact of my ID, we're going to ahead and leave that. Let's take a look at this palm.xml file, If we look at the palm.xml, you…

Contents