刘韬 6 years ago
parent
commit
2fd5236c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -51,7 +51,7 @@ public class ViewController extends Controller {
 			DruidPlugin plugin = new DruidPlugin(PropKit.get("jdbcUrl_connected"), PropKit.get("user_connected"),PropKit.get("password_connected"));
 			ActiveRecordPlugin arp = new ActiveRecordPlugin(plugin); 
 			_MappingKit.mapping(arp);
-//			plugin.start();
+			plugin.start();
 //			arp.start();
 			this.renderText("hello");