mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
feat: 添加中兴数据库GoldenDB的url识别jdbc-driver逻辑
This commit is contained in:
@@ -42,6 +42,7 @@ public class DialectFactoryTest {
|
||||
map.put("oscar",DRIVER_OSCAR);
|
||||
map.put("sybase",DRIVER_SYBASE);
|
||||
map.put("mariadb",DRIVER_MARIADB);
|
||||
map.put("goldendb",DRIVER_GOLDENDB);
|
||||
|
||||
|
||||
map.forEach((k,v) -> assertEquals(v,
|
||||
|
Reference in New Issue
Block a user