未验证 提交 c24b9dd3 编写于 作者: H huolibo 提交者: GitHub

docs: add java for markdown format (#11373)

上级 1a5827cb
......@@ -171,7 +171,7 @@ Connection conn = DriverManager.getConnection(jdbcUrl);
连接开启批量拉取方式:
```
```java
String url = "jdbc:TAOS-RS://taosdemo.com:6041/?user=root&password=taosdata";Properties properties = new Properties();
properties.setProperty(TSDBDriver.PROPERTY_KEY_BATCH_LOAD, "true");
Connection connection = DriverManager.getConnection(url, properties);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册