Spring 容器初始化及IoC
容器初始化
<bean id="print" class="ioc.Print"> <property name="message"> <value>Hello!</value> </property></bean></beans>
?