spring property标签中的 ref属性和ref 标签有什么不同?
更新:HHH   时间:2023-1-7


<property name="a" ref="b" />:找到当前配置文件中的bean。
<ref bean ="b"/>:找到全局中的bean。

返回编程语言教程...