Mark As Completed Discussion

Let's test your knowledge. Fill in the missing part by typing it in.

To create a simple API in Spring Boot, we start by setting up a new Spring Boot project and adding the necessary __. We then create the main components of the API, including the controller, service, repository, and model. Finally, we implement the basic CRUD operations using these components.

Write the missing line below.