后台资产展示代码
parent
98b020edd2
commit
1048ade900
|
@ -135,7 +135,7 @@ public class MysqlPool implements BasePool<Connection>{
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Connection createConn(){
|
public Connection createConn(){
|
||||||
String url = this.etlDataScore.getIp();
|
String url = this.etlDataScore.getUrl();
|
||||||
String userName = this.etlDataScore.getUserName();
|
String userName = this.etlDataScore.getUserName();
|
||||||
String userPwd = this.etlDataScore.getPassword();
|
String userPwd = this.etlDataScore.getPassword();
|
||||||
Connection mysqlConn=null;
|
Connection mysqlConn=null;
|
||||||
|
|
Loading…
Reference in New Issue