装配(wiring)
自动化装配:组件扫描、自动装配
@ ComponentScan 注解 启用 了 组件 扫描
XML启用组件扫描:使用 Spring context 命名 空间 的< context: component- scan> 元素
@Component(“ lonelyHeartsClub”)
组件扫描和自动装配
Java依赖注入规范?
@ Named 和_@_Component
@ Inject 和@ Autowired
自动装配中的歧义性
_@_Component
_@_ComponentScan 可以设置组件扫描的属性
_@_Autowired
使用Java配置
@Bean注解
需要人工new
使用XML装配Bean
设置属性
c-命名空间
p-命名空间