applicationContext.xml 1.4 KB
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:aop="http://www.springframework.org/schema/aop"
	xmlns:tx="http://www.springframework.org/schema/tx"
	xmlns:jaxrs="http://cxf.apache.org/jaxrs"
	xmlns:jaxws="http://cxf.apache.org/jaxws"
	xsi:schemaLocation="
			http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
			http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
			http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
			http://cxf.apache.org/jaxws
			http://cxf.apache.org/schemas/jaxws.xsd
			http://cxf.apache.org/jaxrs
    		http://cxf.apache.org/schemas/jaxrs.xsd">
			
	<!-- 公共配置模块 -->
	<import resource="springConfig/applicationContext_common.xml"/>
	<!-- 邮件DAO模块-->
	<import resource="springConfig/applicationContext_dao.xml"/> 
	<!-- 邮件Service模块-->
	<import resource="springConfig/applicationContext_service.xml"/> 
	<!-- 定时器模块 
	<import resource="springConfig/applicationContext_timer.xml"/>-->
	<!-- 中央数据库-->
	<import resource="springConfig/applicationContext_centre.xml"/>
	<!-- webmail数据库 -->
	<import resource="springConfig/applicationContext_webmail.xml"/>
</beans>