Building Microservices with Spring
上QQ阅读APP看书,第一时间看更新

Types of dependency injection patterns

The following are the types of dependency injections that could be injected into your application:

  • Constructor-based dependency injection
  • Setter-based dependency injection