Merge pull request #3403 from taosdata/xiaoping/markdowk_update

[TD-1348]<docs>: Java connector markdown file update
This commit is contained in:
Shengliang Guan 2020-09-07 13:30:02 +08:00 committed by GitHub
commit a5192f5799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -228,7 +228,8 @@ resultSet.close();
stmt.close();
conn.close();
```
> `注意务必要将 connection 进行关闭`,否则会出现连接泄露。
> `注意务必要将 connection 进行关闭`,否则会出现连接泄露。
## 与连接池使用
**HikariCP**