From the course: Spring Boot and React: Build Scalable and Dynamic Web Apps

Unlock the full course today

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

Setting up Spring Boot

Setting up Spring Boot

- [Instructor] First things first, we need to build our Spring Boot Application skeleton. Now I'm going to start in my IDE to do this, because I've got a plugin that will enable me to do everything that you can do from start.spring.io. If you don't have a plugin or you prefer to use that, it's very easy to enter all of the same values and dependencies here, download the zip file, and then you're going to extract it into wherever you're doing your work. Now, speaking of that, I want you to go ahead and pull down the exercise files for the beginning of this video because I provided you two files in DAT directory within the exercise files that we're going to use here in a little bit. So make sure you've got those. And you're going to unzip what you do from start.spring.io directly into this directory. But as I said, I'm going to go in, and I'm going to create a new module. And I'm going to use Spring Initializer, and I am…

Contents