Spring 容器初始化及IoC
容器初始化
<bean id="print" class="ioc.Print"> <property name="message"> <value>Hello!</value> </property></bean></beans>?
?
发布时间: 2012-12-21 12:03:49 作者: rapoo
Spring 容器初始化及IoC
容器初始化
<bean id="print" class="ioc.Print"> <property name="message"> <value>Hello!</value> </property></bean></beans>?
?