spring管理bean之间的协同方式
# spring管理bean互相协同的方式
# Dependency Injection(依赖注入)
# Constructor-based Dependency Injection(构造方法注入)
# Autowired注入
# xml配置
# Setter-based Dependency Injection(set方法注入)
# Autowired注入
# xml配置
# Method Injection(方法注入,通过代理方式注入)
# 通过applcationContext容器获取bean注入
# Lookup Method Injection(通过@LookUp注解注入)
# Arbitrary Method Replacement(xml配置replace method)
上次更新: 2022/05/21, 18:21:55