LAPTOP-5NTQJPUS\LT 1 year ago
parent
commit
cf52865f1e
1 changed files with 7 additions and 7 deletions
  1. 7 7
      DataFusion/src/com/zskk/config/ZskkConfig.java

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

@@ -87,13 +87,13 @@ public class ZskkConfig extends JFinalConfig {
 		me.add(druidPluginLocal);
 		me.add(druidPluginLocal);
 
 
 		// 配置ActiveRecord插件
 		// 配置ActiveRecord插件
-//		ActiveRecordPlugin arpConnected = new ActiveRecordPlugin("connected", druidPluginConnected);
-//		arpConnected.setDialect(new SqlServerDialect());
-//		me.add(arpConnected);
-//		
-//		ActiveRecordPlugin arpFtp = new ActiveRecordPlugin("ftp", druidPluginFtp);
-//		arpFtp.setDialect(new SqlServerDialect());
-//		me.add(arpFtp);
+		ActiveRecordPlugin arpConnected = new ActiveRecordPlugin("connected", druidPluginConnected);
+		arpConnected.setDialect(new SqlServerDialect());
+		me.add(arpConnected);
+		
+		ActiveRecordPlugin arpFtp = new ActiveRecordPlugin("ftp", druidPluginFtp);
+		arpFtp.setDialect(new SqlServerDialect());
+		me.add(arpFtp);
 		
 		
 		ActiveRecordPlugin arpLocal = new ActiveRecordPlugin("local", druidPluginLocal);
 		ActiveRecordPlugin arpLocal = new ActiveRecordPlugin("local", druidPluginLocal);
 		arpLocal.setDialect(new MysqlDialect());
 		arpLocal.setDialect(new MysqlDialect());