刘韬 2 年之前
父節點
當前提交
3c89876f62
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      DataFusion/src/com/zskk/config/ZskkConfig.java

+ 6 - 6
DataFusion/src/com/zskk/config/ZskkConfig.java

@@ -81,13 +81,13 @@ public class ZskkConfig extends JFinalConfig {
 		me.add(druidPluginLocal);
 
 		// 配置ActiveRecord插件
-		ActiveRecordPlugin arpConnected = new ActiveRecordPlugin("connected", druidPluginConnected);
-		arpConnected.setDialect(new SqlServerDialect());
-		me.add(arpConnected);
+//		ActiveRecordPlugin arpConnected = new ActiveRecordPlugin("connected", druidPluginConnected);
+//		arpConnected.setDialect(new SqlServerDialect());
+//		me.add(arpConnected);
 		
-		ActiveRecordPlugin arpLocal = new ActiveRecordPlugin("local", druidPluginLocal);
-		arpLocal.setDialect(new MysqlDialect());
-		me.add(arpLocal);
+//		ActiveRecordPlugin arpLocal = new ActiveRecordPlugin("local", druidPluginLocal);
+//		arpLocal.setDialect(new MysqlDialect());
+//		me.add(arpLocal);
 		
 		//同步报告
 		Cron4jPlugin cpData = new Cron4jPlugin();