From 50998bb03ced7c49d02ad3b7a06a14b94db91099 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期四, 05 六月 2025 14:10:50 +0800
Subject: [PATCH] 代码初始化

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

diff --git a/iailab-fast-biz/src/main/resources/application-dev.yaml b/zhansteel-biz/src/main/resources/application-dev.yaml
similarity index 89%
rename from iailab-fast-biz/src/main/resources/application-dev.yaml
rename to zhansteel-biz/src/main/resources/application-dev.yaml
index aabbf50..452ccd7 100644
--- a/iailab-fast-biz/src/main/resources/application-dev.yaml
+++ b/zhansteel-biz/src/main/resources/application-dev.yaml
@@ -35,7 +35,7 @@
       primary: master
       datasource:
         master:
-          url: jdbc:mysql://172.16.8.100:3306/iailab_fast?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_zhansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
           #          url: jdbc:mysql://127.0.0.1:3306/iailab_fast?useSSL=true&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai # MySQL Connector/J 5.X 连接的示例
           #          url: jdbc:postgresql://127.0.0.1:5432/iailab_fast # PostgreSQL 连接的示例
           #          url: jdbc:oracle:thin:@127.0.0.1:1521:xe # Oracle 连接的示例
@@ -49,7 +49,7 @@
         #          password: SYSDBA # DM 连接的示例
         slave: # 模拟从库,可根据自己需要修改
           lazy: true # 开启懒加载,保证启动速度
-          url: jdbc:mysql://127.0.0.1:3306/iailab_fast?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
+          url: jdbc:mysql://127.0.0.1:3306/iailab_expert_tenant_zhansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
           username: root
           password: 123456
 

--
Gitblit v1.9.3