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