SQuirreL 添加新驱动程序发生错误 slf4j/LoggerFactory
SQuirreL add new driver occurs ERROR slf4j/LoggerFactory
刚刚安装了 SQuirreL 3.8.1
并尝试添加新的 jdbc 驱动程序
然后在我点击确定按钮后
我看到这个
松鼠错误日志
2018-02-01 15:31:41,420 [AWT-EventQueue-1] ERROR net.sourceforge.squirrel_sql.client.Application - java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
我该怎么办?
尝试通过 maven 安装 jdbc 驱动程序
你的松鼠安装没有看到其他 yandex jdbc 依赖项
查看全部https://mvnrepository.com/artifact/ru.yandex.clickhouse/clickhouse-jdbc/0.1.36
aslo 你可以尝试使用以下命令编译具有依赖项的 jar:
git clone https://github.com/yandex/clickhouse-jdbc.git
cd clickhouse-jdbc
mvn package assembly:single -DskipTests=true
刚刚安装了 SQuirreL 3.8.1
并尝试添加新的 jdbc 驱动程序
然后在我点击确定按钮后
我看到这个
松鼠错误日志
2018-02-01 15:31:41,420 [AWT-EventQueue-1] ERROR net.sourceforge.squirrel_sql.client.Application - java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
我该怎么办?
尝试通过 maven 安装 jdbc 驱动程序 你的松鼠安装没有看到其他 yandex jdbc 依赖项
查看全部https://mvnrepository.com/artifact/ru.yandex.clickhouse/clickhouse-jdbc/0.1.36
aslo 你可以尝试使用以下命令编译具有依赖项的 jar:
git clone https://github.com/yandex/clickhouse-jdbc.git
cd clickhouse-jdbc
mvn package assembly:single -DskipTests=true