<?xml version="1.0" encoding="UTF-8"?>
<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-2.5.xsd">
<bean id=" " class="cn.itcast.service.impl.PersonServiceBean">
</bean>
</beans>
<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-2.5.xsd">
<bean id=" " class="cn.itcast.service.impl.PersonServiceBean">
</bean>
</beans>
本文介绍了一个使用Spring框架进行配置的示例,展示了如何定义一个PersonServiceBean组件。

520

被折叠的 条评论
为什么被折叠?



