# Conflicts:
#	pom.xml
#	yudao-dependencies/pom.xml
This commit is contained in:
YunaiV
2024-10-01 16:11:13 +08:00
6 changed files with 39 additions and 35 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) {