Constructor Injection(构造函数注入):通过类的构造函数来注入依赖项。
Setter Injection(setter 方法注入):通过类中的 setter 方法来注入依赖项。
Field Injection(属性注入):通过直接在类的属性上使用注解来注入依赖项。
Constructor Injection(构造函数注入):通过类的构造函数来注入依赖项。
Setter Injection(setter 方法注入):通过类中的 setter 方法来注入依赖项。
Field Injection(属性注入):通过直接在类的属性上使用注解来注入依赖项。