Update docs.md

This commit is contained in:
Zhiyu Yang 2021-08-23 16:27:27 +08:00 committed by GitHub
parent 607fe1b7d3
commit 915e1c0e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ Query OK, 1 row(s) in set (0.000141s)
* Spring JdbcTemplate 中使用 taos-jdbcdriver可参考 [SpringJdbcTemplate](https://github.com/taosdata/TDengine/tree/develop/tests/examples/JDBC/SpringJdbcTemplate)
* Springboot + Mybatis 中使用,可参考 [springbootdemo](https://github.com/taosdata/TDengine/tree/develop/tests/examples/JDBC/springbootdemo)
### 示例程序
## 示例程序
示例程序源码位于TDengine/test/examples/JDBC下:
* JDBCDemoJDBC示例源程序