mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver
This commit is contained in:
@@ -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 驱动 瀚高数据库
|
||||
*/
|
||||
|
Reference in New Issue
Block a user