From 78d73df2f8e0c6855d65eb1f2c6df08e0f99bab1 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期三, 22 十月 2025 12:45:05 +0800
Subject: [PATCH] 仓储后端接口返回信息国际化处理

---
 hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml
index a2fcb8a..c9c80f6 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml
@@ -5,19 +5,19 @@
       strict: false #璁剧疆涓ユ牸妯″紡,榛樿false涓嶅惎鍔�. 鍚姩鍚庡湪鏈尮閰嶅埌鎸囧畾鏁版嵁婧愭椂鍊欏洖鎶涘嚭寮傚父,涓嶅惎鍔ㄤ細浣跨敤榛樿鏁版嵁婧�.
       datasource:
         northGlassMes:
-          url: jdbc:mysql://127.0.0.1:3306/hangzhoumes?serverTimezone=GMT%2b8
+          url: jdbc:mysql://127.0.0.1:3306/north_glass_mes?serverTimezone=GMT%2b8
           username: root
-          password: 123456
+          password: beibo.123/
           driver-class-name: com.mysql.cj.jdbc.Driver
         pp:
           url: jdbc:mysql://127.0.0.1:3306/pp?serverTimezone=GMT%2b8
           username: root
-          password: 123456
+          password: beibo.123/
           driver-class-name: com.mysql.cj.jdbc.Driver
         sd:
           url: jdbc:mysql://127.0.0.1:3306/sd?serverTimezone=GMT%2b8
           username: root
-          password: 123456
+          password: beibo.123/
           driver-class-name: com.mysql.cj.jdbc.Driver
       druid:
         wall:
@@ -30,10 +30,10 @@
     database: 0
     host: 127.0.0.1
     port: 6379
-    password:
+    password: 123456
 kangaroohy:
   milo:
-    enabled: true
+    enabled: false
     primary: default
     config:
       default:

--
Gitblit v1.8.0