Skip to content

Commit d013165

Browse files
committed
chore: remove CLAUDE.md
1 parent 4ddadef commit d013165

File tree

8 files changed

+82
-484
lines changed

8 files changed

+82
-484
lines changed

CLAUDE.md

Lines changed: 0 additions & 257 deletions
This file was deleted.

docs/en/14-reference/05-connector/14-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ The source code for the example programs is located in `TDengine/docs/examples/J
128128
- springbootdemo: Using taos-jdbcdriver in Springboot.
129129
- consumer-demo: Consumer example consuming TDengine data, with controllable consumption speed through parameters.
130130

131-
Please refer to:
131+
Please refer to:
132+
132133
- [JDBC JDK17 example](https://github.com/taosdata/TDengine/tree/main/docs/examples/JDBC)
133134
- [JDBC JDK8 example](https://github.com/taosdata/TDengine/tree/ver-3.4.0.0/docs/examples/JDBC)
134135

135-
136136
## Frequently Asked Questions
137137

138138
1. Why is there no performance improvement when using Statement's `addBatch()` and `executeBatch()` for "batch writing/updating"?

docs/examples/JDBC/mybatisplus-demo/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.baomidou</groupId>
2929
<artifactId>mybatis-plus-bom</artifactId>
30-
<version>3.5.7</version>
30+
<version>3.5.10.1</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -54,6 +54,10 @@
5454
<groupId>com.baomidou</groupId>
5555
<artifactId>mybatis-plus-boot-starter</artifactId>
5656
</dependency>
57+
<dependency>
58+
<groupId>com.baomidou</groupId>
59+
<artifactId>mybatis-plus-jsqlparser</artifactId>
60+
</dependency>
5761
<dependency>
5862
<groupId>org.mybatis</groupId>
5963
<artifactId>mybatis-spring</artifactId>
@@ -67,7 +71,7 @@
6771
</dependency>
6872
<dependency>
6973
<groupId>com.alibaba</groupId>
70-
<artifactId>druid</artifactId>
74+
<artifactId>druid-spring-boot-starter</artifactId>
7175
<version>1.2.23</version>
7276
</dependency>
7377

docs/examples/JDBC/mybatisplus-demo/runtime-deps.txt

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)