From the course: Building Full-Stack Apps with React and Spring

Unlock the full course today

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

Initialize a project with Spring Boot

Initialize a project with Spring Boot

From the course: Building Full-Stack Apps with React and Spring

Start my 1-month free trial

Initialize a project with Spring Boot

- [Instructor] Now that we've got all the requirements completed, let's go ahead and generate a new Spring project leveraging Spring Boot Initializr. So go to spring.io and then click on Projects and then click on Spring Boot. And what you want to do is go all the way down to Quick Start and then click on Spring Initializr. So what we're going to do is select a Maven Project which we install all the dependencies for that. Language Java. Leave the Spring Boot at 2.1.4 and then for this guy here, as opposed to example, what we're going to do is call this one crm and then Artifact, I'm going to call this one crm. And then, we don't need to select anything in the More Options here, but what we're going to do is select a few dependencies that we want to install. So basically, what this tool is going to do is create a ZIP file that will have everything that we need to get started with initial project. And this is the advantage of using this tool is that we get everything we need and we…

Contents