fix: refine jdbc example docs (#22821)

* fix: use latest version of jdbc connector

* fix: remove locale and timezone to avoid confusing user

* fix: update readme.md

* fix: refine demo.c

* fix: specify utf-8 in jdbc example pom.xml

* fix: refine jdbc example doc
This commit is contained in:
Shuduo Sang 2023-09-10 23:55:00 +08:00 committed by GitHub
parent ddc8c93a9c
commit fc283a5290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -44,17 +44,17 @@ OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- 配置本地maven仓库的路径 --> <!-- 配置本地maven仓库的路径 -->
<localRepository>D:\apache-maven-localRepository</localRepository> <localRepository>D:\apache-maven-localRepository</localRepository>
<mirrors> <mirrors>
<!-- 配置阿里云Maven镜像仓库 --> <!-- 配置阿里云Maven镜像仓库 -->
<mirror> <mirror>
<id>alimaven</id> <id>alimaven</id>
<name>aliyun maven</name> <name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url> <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf> <mirrorOf>central</mirrorOf>
</mirror> </mirror>
</mirrors> </mirrors>
<profiles> <profiles>
@ -126,7 +126,7 @@ https://www.taosdata.com/cn/all-downloads/
修改client的hosts文件C:\Windows\System32\drivers\etc\hosts将server的hostname和ip配置到client的hosts文件中 修改client的hosts文件C:\Windows\System32\drivers\etc\hosts将server的hostname和ip配置到client的hosts文件中
``` ```
192.168.236.136 td01 192.168.236.136 td01
``` ```
配置完成后在命令行内使用TDengine CLI连接server端 配置完成后在命令行内使用TDengine CLI连接server端