|
@@ -47,9 +47,9 @@ public class ViewController extends Controller {
|
|
|
|
|
|
public void executeSql3() {
|
|
public void executeSql3() {
|
|
try {
|
|
try {
|
|
- DruidPlugin plugin = new DruidPlugin("jdbc:sqlserver://172.172.1.130:1433;DatabaseName=RIS", "ris","4s3c2a1p");
|
|
|
|
|
|
+ DruidPlugin plugin = new DruidPlugin("jdbc:sqlserver://220.0.0.4:1433;DatabaseName=HealthOne", "zyyh","123456");
|
|
ActiveRecordPlugin arp = new ActiveRecordPlugin(plugin);
|
|
ActiveRecordPlugin arp = new ActiveRecordPlugin(plugin);
|
|
- _MappingKit.mapping(arp);
|
|
|
|
|
|
+// _MappingKit.mapping(arp);
|
|
plugin.start();
|
|
plugin.start();
|
|
arp.start();
|
|
arp.start();
|
|
this.renderText("hello");
|
|
this.renderText("hello");
|