mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-12-07 09:39:01 +08:00
fix code
This commit is contained in:
parent
98a03945f7
commit
04bb0183e5
@ -26,6 +26,7 @@ import cn.hutool.v7.db.transaction.TransactionLevel;
|
|||||||
import cn.hutool.v7.log.LogUtil;
|
import cn.hutool.v7.log.LogUtil;
|
||||||
|
|
||||||
import javax.sql.DataSource;
|
import javax.sql.DataSource;
|
||||||
|
import java.io.Serial;
|
||||||
import java.sql.Connection;
|
import java.sql.Connection;
|
||||||
import java.sql.SQLException;
|
import java.sql.SQLException;
|
||||||
|
|
||||||
@ -37,6 +38,7 @@ import java.sql.SQLException;
|
|||||||
* @since 4.1.2
|
* @since 4.1.2
|
||||||
*/
|
*/
|
||||||
public class Db extends AbstractDb<Db> {
|
public class Db extends AbstractDb<Db> {
|
||||||
|
@Serial
|
||||||
private static final long serialVersionUID = -3378415769645309514L;
|
private static final long serialVersionUID = -3378415769645309514L;
|
||||||
|
|
||||||
// region ----- of
|
// region ----- of
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user