applicationContext-msdk.xml 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
  4. xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframework.org/schema/aop"
  5. xmlns:context="http://www.springframework.org/schema/context"
  6. xmlns:util="http://www.springframework.org/schema/util" xmlns:cache="http://www.springframework.org/schema/cache"
  7. xsi:schemaLocation="
  8. http://www.springframework.org/schema/beans
  9. http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
  10. http://www.springframework.org/schema/tx
  11. http://www.springframework.org/schema/tx/spring-tx-3.2.xsd
  12. http://www.springframework.org/schema/context
  13. http://www.springframework.org/schema/context/spring-context-3.2.xsd
  14. http://www.springframework.org/schema/util
  15. http://www.springframework.org/schema/util/spring-util-3.2.xsd
  16. http://www.springframework.org/schema/cache
  17. http://www.springframework.org/schema/cache/spring-cache-3.2.xsd
  18. http://www.springframework.org/schema/aop
  19. http://www.springframework.org/schema/aop/spring-aop-3.2.xsd">
  20. <!-- 文件存储配置 -->
  21. <!-- <bean id="fileUploadBizc" class="com.qz.msdk.fileupload.bizc.impl.FileUploadBizcImplOss"> -->
  22. <!-- </bean> -->
  23. <!-- 登录配置 -->
  24. <!-- <bean id="loginBizc" class="com.qz.template.mobile.login.bizc.impl.LoginBizcImplDefault"> -->
  25. <!-- </bean> -->
  26. <!-- 微信配置 -->
  27. <!-- <import resource="applicationContext-msdk-weixin.xml" /> -->
  28. <!-- 支付宝配置 -->
  29. <!-- <import resource="applicationContext-msdk-alipay.xml" /> -->
  30. </beans>