From d187cd0fa46d01ec293e2aba1a1e54fdfab2ec80 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期日, 03 十一月 2024 20:37:26 +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 d47b0e7..a824160 100644 --- a/collect/src/main/resources/application-dev.yml +++ b/collect/src/main/resources/application-dev.yml @@ -27,7 +27,7 @@ # mysql datasource: type: mysql - url: jdbc:mysql://120.46.212.231:3306/smart_boot?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true + url: jdbc:mysql://120.46.212.231:3306/smartman?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true port: 3306 username: qwmdc password: Kknd_1234 -- Gitblit v1.9.3