|
@@ -47,7 +47,7 @@ public class ViewController extends Controller {
|
|
|
|
|
|
public void executeSql3() {
|
|
|
try {
|
|
|
- DruidPlugin plugin = new DruidPlugin("jdbc:sqlserver://220.0.0.4:1433;DatabaseName=HealthOne", "zyyh","123456");
|
|
|
+ DruidPlugin plugin = new DruidPlugin("jdbc:sqlserver://220.0.0.4:1433;DatabaseName=HealthOne", "zyyh","123456".trim());
|
|
|
ActiveRecordPlugin arp = new ActiveRecordPlugin(plugin);
|
|
|
// _MappingKit.mapping(arp);
|
|
|
plugin.start();
|