Overview
In this task we will work with Spring Boot and practice creating Spring beans.
Task
In SpringInitializr website https://start.spring.io/ create a new project. Change the artifact, project and package name as below.
Click the
Generate
button. It will download your zipped project. Find it in your Downloads folder, unzip it and copy and paste it into yourIdeaProjects
folder. In your IntelliJ selectFile
->Open
and open up the unzipped folder.