From 9580fc23754b06addc64155eabb25a10b2d71102 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期四, 24 四月 2025 14:13:14 +0800
Subject: [PATCH] 电网拓扑下拉列表

---
 ansteel-biz/src/main/resources/application-test.yaml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansteel-biz/src/main/resources/application-test.yaml b/ansteel-biz/src/main/resources/application-test.yaml
index 6765cfb..ceefb6f 100644
--- a/ansteel-biz/src/main/resources/application-test.yaml
+++ b/ansteel-biz/src/main/resources/application-test.yaml
@@ -35,12 +35,12 @@
       primary: master
       datasource:
         master:
-          url: jdbc:mysql://172.16.8.100:3306/iailab_expert_tenant_ansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
+          url: jdbc:mysql://172.16.8.100:3306/iailab_fast_tenant_ansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
           username: root
           password: 123456
         slave: # 模拟从库,可根据自己需要修改
           lazy: true # 开启懒加载,保证启动速度
-          url: jdbc:mysql://127.0.0.1:3306/iailab_expert_tenant_ansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
+          url: jdbc:mysql://127.0.0.1:3306/iailab_fast_tenant_ansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
           username: root
           password: 123456
 

--
Gitblit v1.9.3