In this chapter, we will learn what Dependency Injection (DI) means and how we can use it with the Spring Boot framework. The Spring Boot framework provides DI; therefore it is good to understand the basics of DI. DI reduces component dependencies and makes your code easier to test and maintain.
In this chapter, we will look into the following:
- The basics of DI
- How to use DI with Spring Boot