提交 8781fbba 编写于 作者: D dingbo

docs: hightlight

上级 5b3f3035
...@@ -17,7 +17,7 @@ You'll need to have Python3 installed. ...@@ -17,7 +17,7 @@ You'll need to have Python3 installed.
Run this command in your terminal to save connect parameters as environment variables: Run this command in your terminal to save connect parameters as environment variables:
``` ```bash
export TDENGINE_CLOUD_HOST=<host> export TDENGINE_CLOUD_HOST=<host>
export TDENGINE_CLOUD_PORT=<port> export TDENGINE_CLOUD_PORT=<port>
export TDENGINE_CLOUD_TOKEN=<token> export TDENGINE_CLOUD_TOKEN=<token>
......
...@@ -7,7 +7,7 @@ title: Connect with Java Connector ...@@ -7,7 +7,7 @@ title: Connect with Java Connector
Build with Maven Build with Maven
``` ```xml
<dependency> <dependency>
<groupId>com.taosdata.jdbc</groupId> <groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId> <artifactId>taos-jdbcdriver</artifactId>
...@@ -27,7 +27,7 @@ dependencies { ...@@ -27,7 +27,7 @@ dependencies {
Run this command in your terminal to save connect parameters as environment variables: Run this command in your terminal to save connect parameters as environment variables:
``` ```bash
export TDENGINE_CLOUD_HOST=<host> export TDENGINE_CLOUD_HOST=<host>
export TDENGINE_CLOUD_PORT=<port> export TDENGINE_CLOUD_PORT=<port>
export TDENGINE_CLOUD_TOKEN=<token> export TDENGINE_CLOUD_TOKEN=<token>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册