mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复对mariadb的jdbcurl的解析
This commit is contained in:
@@ -164,6 +164,8 @@ public class DialectFactory implements DriverNamePool {
|
||||
} else if (nameContainsProductInfo.contains("xugu")) {
|
||||
// 虚谷数据库
|
||||
driver = DRIVER_XUGO;
|
||||
}else if (nameContainsProductInfo.contains("mariadb")) {
|
||||
driver = DRIVER_MARIADB;
|
||||
}
|
||||
|
||||
return driver;
|
||||
|
Reference in New Issue
Block a user