Skip to content

Commit 2581f3b

Browse files
authored
Merge pull request #2083 from ClickHouse/simple-jdbc-example
Simple jdbc example
2 parents 0992132 + b07d20b commit 2581f3b

File tree

3 files changed

+84
-314
lines changed

3 files changed

+84
-314
lines changed

examples/jdbc/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>JDBC Examples</name>
1313
<description>JDBC Examples</description>
1414
<url>https://github.com/ClickHouse/clickhouse-java</url>
15-
<inceptionYear>2022</inceptionYear>
15+
<inceptionYear>2025</inceptionYear>
1616

1717
<organization>
1818
<name>ClickHouse, Inc.</name>
@@ -43,7 +43,7 @@
4343
</repositories>
4444

4545
<properties>
46-
<project.current.year>2024</project.current.year>
46+
<project.current.year>2025</project.current.year>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4949

@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.slf4j</groupId>
7676
<artifactId>slf4j-simple</artifactId>
77-
<version>2.0.13</version>
77+
<version>2.0.16</version>
7878
<scope>runtime</scope>
7979
</dependency>
8080
</dependencies>

examples/jdbc/src/main/java/com/clickhouse/examples/jdbc/Advanced.java

-170
This file was deleted.

0 commit comments

Comments
 (0)