Try this exercise. Fill in the missing part by typing it in.
To get started with Spring Boot, you need to set up a Spring Boot ___. The Spring Initializr is a web-based tool that generates a basic project structure for you. It allows you to select the dependencies and settings you need, and then generates the project with all the necessary configuration.
Once the project is generated, you can import it into your IDE and start developing your Spring Boot application.
Write the missing line below.