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