12345678910111213141516171819202122232425262728293031 |
- <?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:p="http://www.springframework.org/schema/p"
- xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util" xmlns:cache="http://www.springframework.org/schema/cache"
- xsi:schemaLocation="
- http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
- http://www.springframework.org/schema/tx
- http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
- http://www.springframework.org/schema/context
- http://www.springframework.org/schema/context/spring-context-3.2.xsd
- http://www.springframework.org/schema/util
- http://www.springframework.org/schema/util/spring-util-3.2.xsd
- http://www.springframework.org/schema/cache
- http://www.springframework.org/schema/cache/spring-cache-3.2.xsd
- http://www.springframework.org/schema/aop
- http://www.springframework.org/schema/aop/spring-aop-3.2.xsd">
- <!-- 文件存储配置 -->
- <!-- <bean id="fileUploadBizc" class="com.qz.msdk.fileupload.bizc.impl.FileUploadBizcImplOss"> -->
- <!-- </bean> -->
- <!-- 登录配置 -->
- <!-- <bean id="loginBizc" class="com.qz.template.mobile.login.bizc.impl.LoginBizcImplDefault"> -->
- <!-- </bean> -->
- <!-- 微信配置 -->
- <!-- <import resource="applicationContext-msdk-weixin.xml" /> -->
- <!-- 支付宝配置 -->
- <!-- <import resource="applicationContext-msdk-alipay.xml" /> -->
- </beans>
|