|
@@ -87,13 +87,13 @@ public class ZskkConfig extends JFinalConfig {
|
|
|
me.add(druidPluginLocal);
|
|
|
|
|
|
// 配置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);
|
|
|
arpLocal.setDialect(new MysqlDialect());
|