mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -38,6 +38,15 @@ public class DefaultConnectionHolder implements ConnectionHolder {
|
||||
this.ds = ds;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获得数据源
|
||||
*
|
||||
* @return 数据源
|
||||
*/
|
||||
public DataSource getDs() {
|
||||
return this.ds;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Connection getConnection() throws DbException {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user