spring 的 beans schema

来源:互联网 发布:项羽坑杀20万秦军 知乎 编辑:程序博客网 时间:2024/05/22 06:45


<beans xmlns="http://www.springframework.org/schema/beans"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    xsi:schemaLocation="        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">    <bean id="foo" class="x.y.Foo">        <meta key="cacheName" value="foo" />        <property name="name" value="Rick" />    </bean></beans>


by Mike Sun @ 20170417 Mon



0 0
原创粉丝点击