【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV
2024-10-01 14:39:30 +08:00
parent 3affec34d8
commit 2bbb7f86fe
6 changed files with 35 additions and 38 deletions

View File

@ -79,7 +79,7 @@ public class JdbcUtils {
/**
* 判断 JDBC 连接是否为 SQLServer 数据库
*
* @param url JDBC 连接
* @param dbType DB 类型
* @return 是否为 SQLServer 数据库
*/
public static boolean isSQLServer(DbType dbType) {