首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Spring 器皿初始化及IoC

2012-12-21 
Spring 容器初始化及IoC容器初始化bean idprint classioc.Printproperty namemessagevalue

Spring 容器初始化及IoC

容器初始化

<bean id="print" class="ioc.Print">  <property name="message">       <value>Hello!</value>  </property></bean></beans>
?

?

热点排行