TDengine/docs/examples/JDBC
WANG Xu c52c68aa4f
sync: apply remaining build system changes from monorepo (main)
The following commits could not be applied individually due to context
differences between the monorepo and the public repo's build files.
They have been applied as a cumulative diff to ensure the final state
matches the monorepo exactly:

- chore: sync CI files with 3.0 branch to eliminate merge conflicts (rd-public/tsdb!271)
- revert(refactor): dynamically link taosd taosudf taosmqtt against libtaosnative.so to reduce binary size (revert #183) (rd-public/tsdb!282)
- fix(docs): autofix formatting issues across all doc files (rd-public/tsdb!296)
- feat: support -DBUILD_SANITIZER=true on windows for debug build (rd-public/tsdb!291)
- feat(build): build cache, mirror, and sccache optimizations (rd-public/tsdb!326)
- docs: update image for three replica (rd-public/tsdb!324)
- enh: shared storage on windows (rd-public/tsdb!333)
- fix(cmake): convert ext_libs3 from git clone to URL tarball download (rd-public/tsdb!360)
- feat: dual-source deps and comprehensive docs/packaging (cherry-pick to main) (rd-public/tsdb!352)
- fix(cmake): guard DOWNLOAD_EXTRACT_TIMESTAMP for CMake < 3.24 and fix duplicate Cargo.lock entry (rd-public/tsdb!369)
- fix: test case execution failure in pytest.sh (rd-public/tsdb!338)
- enh: built-in compilation support for Python UDF plugins use abi3 (rd-public/tsdb!325)
2026-05-23 14:11:50 +08:00
..
connectionPools sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
consumer-demo sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
highvolume chore: bump low-risk dependencies (#35294) 2026-05-08 15:31:20 +08:00
JDBCDemo sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
mybatisplus-demo chore: update low-risk dependencies flagged by Dependabot (#35301) 2026-05-09 21:08:13 +08:00
springbootdemo sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
SpringJdbcTemplate sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
taosdemo sync: apply remaining build system changes from monorepo (main) 2026-05-23 14:11:50 +08:00
.gitignore docs(jdbc): release jdbc v3.6.2 (#30897) 2025-04-25 19:23:07 +08:00
readme.md docs(jdbc): remove jdbc rest connection demo or change it to websocket (#34579) 2026-02-25 19:55:24 +08:00

TDengine examples

No. Name Describe
1 JDBCDemo Example codes for JDBC-JNI, JDBC-WebSocket, Subscribe
2 connectionPools Example codes for HikariCP, Druid, dbcp, c3p0 connection pools
3 SpringJdbcTemplate Example codes for spring jdbcTemplate
4 mybatisplus-demo Example codes for mybatis
5 springbootdemo Example codes for springboot
6 taosdemo This is an internal tool for testing Our JDBC-JNI, JDBC-RESTful, RESTful interfaces

more detail: jdbc-driver