瀏覽代碼

整理微信项目

wangxiaoming 5 年之前
父節點
當前提交
97a32193a5
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wechat-wechat-web/src/main/resources/ioc.xml
  2. 0 0
      wechat-wechat-web/src/main/resources/jdbc.xml

+ 1 - 1
wechat-wechat-web/src/main/resources/ioc.xml

@@ -37,7 +37,7 @@
     <!-- 将30天后奖励积分的定时任务的xml引入-->
 	<!--<import resource="classpath:iamberry-wechat-service-orderTesk.xml"></import>-->
 	
-	<import resource="classpath:datasource.xml"/>
+	<import resource="classpath:jdbc.xml"/>
 	
 	<!-- spring监控 -->
     <bean id="druid-stat-interceptor" class="com.alibaba.druid.support.spring.stat.DruidStatInterceptor"></bean>

wechat-wechat-web/src/main/resources/datasource.xml → wechat-wechat-web/src/main/resources/jdbc.xml