Summary
In this chapter, we learned what DI is. We also learned how to use DI in the Spring Boot framework, which we are using in our backend.
In the next chapter, we will look at how we can use the Java Persistent API (JPA) with Spring Boot and how to set up a MariaDB database. We will also learn about the creation of CRUD repositories and the one-to-many connection between database tables.