mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix code
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user