From 4b8717936226df2ba4485218d5112c524f8694dc Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期六, 08 二月 2025 15:29:14 +0800 Subject: [PATCH] 氧气调度建议时压力正常时不保存 --- shasteel-biz/src/main/resources/application-dev.yaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/shasteel-biz/src/main/resources/application-dev.yaml b/shasteel-biz/src/main/resources/application-dev.yaml index ba12660..5415e33 100644 --- a/shasteel-biz/src/main/resources/application-dev.yaml +++ b/shasteel-biz/src/main/resources/application-dev.yaml @@ -35,7 +35,7 @@ primary: master datasource: master: - url: jdbc:mysql://127.0.0.1:3306/iailab_expert_tenant_shasteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 + url: jdbc:mysql://127.0.0.1:3306/iailab_fast_tenant_shasteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 username: root password: 123456 -- Gitblit v1.9.3