From 7ef593e1e3c35aaeecf9318f0b3941230d3ed002 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期三, 09 十月 2024 11:22:54 +0800 Subject: [PATCH] 增加在数据点计算规则后数据点名称加_n的适配 --- collect/src/main/resources/application-dev.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/collect/src/main/resources/application-dev.yml b/collect/src/main/resources/application-dev.yml index ba09542..5f73d6b 100644 --- a/collect/src/main/resources/application-dev.yml +++ b/collect/src/main/resources/application-dev.yml @@ -35,7 +35,7 @@ #iotdb 浠ュ強鍏秊dbc涓�璧烽厤缃� iotdb: driver: org.apache.iotdb.jdbc.IoTDBDriver - host: 127.0.0.1 + host: 120.46.212.231 port: 6667 maxSize: 100 username: root -- Gitblit v1.9.3