From 44504bd041f8dc3c97d1a9079c773a2f88b3d977 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期六, 08 二月 2025 09:39:33 +0800 Subject: [PATCH] fix(datasource): 修改默认数据源名称和数据库名称 --- hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-cz.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-cz.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-cz.yml index a3fcabe..34ec8d0 100644 --- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-cz.yml +++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-cz.yml @@ -1,10 +1,10 @@ spring: datasource: dynamic: - primary: hangzhoumes #璁剧疆榛樿鐨勬暟鎹簮鎴栬�呮暟鎹簮缁�,榛樿鍊煎嵆涓簃aster + primary: northGlassMes #璁剧疆榛樿鐨勬暟鎹簮鎴栬�呮暟鎹簮缁�,榛樿鍊煎嵆涓簃aster strict: false #璁剧疆涓ユ牸妯″紡,榛樿false涓嶅惎鍔�. 鍚姩鍚庡湪鏈尮閰嶅埌鎸囧畾鏁版嵁婧愭椂鍊欏洖鎶涘嚭寮傚父,涓嶅惎鍔ㄤ細浣跨敤榛樿鏁版嵁婧�. datasource: - hangzhoumes: + northGlassMes: url: jdbc:mysql://192.168.1.199:3306/hangzhoumes?serverTimezone=GMT%2b8 username: root password: beibo.123/ -- Gitblit v1.8.0