From c34415c583b097c5ad3a19684557d97402d2f230 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期四, 10 十月 2024 00:30:27 +0800 Subject: [PATCH] appId同步 --- collect/src/main/resources/application-dev.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collect/src/main/resources/application-dev.yml b/collect/src/main/resources/application-dev.yml index 5f73d6b..dda4930 100644 --- a/collect/src/main/resources/application-dev.yml +++ b/collect/src/main/resources/application-dev.yml @@ -27,9 +27,9 @@ # mysql datasource: type: mysql - url: jdbc:mysql://localhost:3306/blade_boot?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true + url: jdbc:mysql://120.46.212.231:3306/smart_boot?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true port: 3306 - username: root + username: qwmdc password: Kknd_1234 driver-class-name: com.mysql.cj.jdbc.Driver #iotdb 浠ュ強鍏秊dbc涓�璧烽厤缃� -- Gitblit v1.9.3