mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* chore(jdbc): update jdbc version * docs: jdbc release 3.7.6 * Update docs/en/14-reference/05-connector/14-java.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .mvn/wrapper | ||
| src | ||
| .gitignore | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
| readme | ||
# Instructions ## Create and use the database ```shell $ taos > create database mp_test ``` ## Execute test cases ```shell $ mvn clean test ```