clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver

This commit is contained in:
Looly
2023-07-26 18:56:31 +08:00
parent 6f6326c82d
commit 32bf66b692
2 changed files with 3 additions and 2 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 驱动 瀚高数据库
*/