Spring bean

来源:互联网 发布:手机淘宝开店流程 编辑:程序博客网 时间:2024/06/08 04:15

Spring Bean Reference

In Spring, beans canaccess to each other by specify the bean references in the same or differentbean configuration file.

 In different xmlfiles

<ref bean="someBean"/>

In same xml files

<ref local="someBean"/>

3 ways to inject value into bean properties

0 0
原创粉丝点击