feat:【iot】tdengine 调整成 WS 以支持 decimal 字段

This commit is contained in:
YunaiV
2025-11-24 19:21:54 +08:00
parent e336f36cce
commit 8f2c65a45d

View File

@@ -69,8 +69,8 @@ spring:
username: root
password: 123456
# tdengine: # IoT 数据库(需要 IoT 物联网再开启噢!)
# url: jdbc:TAOS-RS://127.0.0.1:6041/ruoyi_vue_pro
# driver-class-name: com.taosdata.jdbc.rs.RestfulDriver
# url: jdbc:TAOS-WS://127.0.0.1:6041/ruoyi_vue_pro
# driver-class-name: com.taosdata.jdbc.ws.WebSocketDriver
# username: root
# password: taosdata
# druid: