|
@@ -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");
|