刘韬 6 years ago
parent
commit
4fff90d680
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

@@ -50,7 +50,7 @@ public class ViewController extends Controller {
 		try {
 			DruidPlugin plugin = new DruidPlugin("jdbc:sqlserver://172.172.1.130:1433;DatabaseName=RIS", "ris","4s3c2a1p");
 			ActiveRecordPlugin arp = new ActiveRecordPlugin(plugin); 
-			_MappingKit.mapping(arp);
+//			_MappingKit.mapping(arp);
 			plugin.start();
 			arp.start();
 			this.renderText("hello");