Spring 注入所得

Spring在注入的时候

    @Autowired
@Qualifier(value = "inpatientInfoInInterService")
private InpatientInfoInInterService inpatientInfoInInterService;
public void setInpatientInfoInInterService(InpatientInfoInInterService inpatientInfoInInterService) {
this.inpatientInfoInInterService = inpatientInfoInInterService;
} 在注入同时,生命的model名称最好和注入的bean名称一致,因为在set方法的时候,程序是按照找set后的名称寻找
当在恰好存在此bean,就会发生bean注入冲突。
上一篇:为什么需要Vlan ? Vlan实现原理 ? 不同Vlan的通信 ?


下一篇:GOPS2017全球运维大会 • 深圳站 历届金牌讲师精选亮相