applicationContext.xml

来源:互联网 发布:it heard 编辑:程序博客网 时间:2024/05/19 04:54

<?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/beanshttp://www.springframework.org/schema/beans/spring-beans-2.0.xsd">

 <import resource="springxml/spring_hibernate.xml" />
 <import resource="springxml/spring_dao.xml" />
 <import resource="springxml/spring_services.xml" />
 <import resource="springxml/spring_action.xml" />
 
</beans>