现在的位置: 首页 > 综合 > 正文

Srping注入中 ref local与ref bean区别:

2018年02月05日 ⁄ 综合 ⁄ 共 160字 ⁄ 字号 评论关闭

 < bean id = "" 

        class = "" > 

        < property name = "" > 

            < ref bean = "" /> 

        </ property > 

        < property name = "" > 

            < ref local = "" /> 

        </ property > 

    </ bean > 

 

ref bean 是寻找全局中的
bean; ref local 是寻找同一xml文件中的bean,找不到则报错

抱歉!评论已关闭.