刚刚安装了 SQuirreL 3.8.1
松鼠错误日志
2018-02-01 15:31:41,420 [AWT-EventQueue-1] ERROR net.sourceforge.squirrel_sql.client.Application - java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
我该怎么办?
刚刚安装了 SQuirreL 3.8.1
松鼠错误日志
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 驱动程序 你的 squirrel 安装没有看到其他 yandex jdbc 依赖项
在这里查看所有内容https://mvnrepository.com/artifact/ru.yandex.clickhouse/clickhouse-jdbc/0.1.36
此外,您可以尝试使用以下命令编译带有依赖项的 jar:
git clone https://github.com/yandex/clickhouse-jdbc.git
cd clickhouse-jdbc
mvn package assembly:single -DskipTests=true