Spring 3.X bean.xml文件格式

来源:互联网 发布:淘宝买资料挣钱吗 编辑:程序博客网 时间:2024/06/11 21:07

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">

<bean id="personService" class="myspring.PersonService">
<property name="name" value="mary"/>
</bean>

</beans>
0 0
原创粉丝点击