update jdbc driver name

This commit is contained in:
Looly
2023-03-21 00:12:08 +08:00
parent 9d2ab2f95e
commit 1247a59b19
3 changed files with 4 additions and 32 deletions

View File

@@ -75,7 +75,7 @@ public interface DriverNamePool {
/**
* JDBC 驱动 ClickHouse
*/
String DRIVER_CLICK_HOUSE = "ru.yandex.clickhouse.ClickHouseDriver";
String DRIVER_CLICK_HOUSE = "com.clickhouse.jdbc.ClickHouseDriver";
/**
* JDBC 驱动 瀚高数据库
*/