We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a4a60 commit 2e121e6Copy full SHA for 2e121e6
.github/workflows/run_examples.yml
@@ -60,4 +60,4 @@ jobs:
60
docker run -d --name demo-service-db -e CLICKHOUSE_USER=default -e CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT=1 -e CLICKHOUSE_PASSWORD=secret -p 8123:8123 clickhouse/clickhouse-server:24.8
61
cd examples/jdbc
62
mvn --batch-mode --no-transfer-progress --show-version clean compile
63
- mvn exec:java -Dexec.mainClass="com.clickhouse.examples.jdbc.Basic" -DfailOnError=true
+ mvn exec:java -Dexec.mainClass="com.clickhouse.examples.jdbc.Basic" -DchPassword=secret -DfailOnError=true
0 commit comments