From 1fa4f12a4b218412efeb9f72d4d3ee9e577351b0 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期二, 04 十一月 2025 08:27:24 +0800
Subject: [PATCH] 修改仓储出库方法,添加i18n可配置文件

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

diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml
index c9c80f6..e5646ed 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-dev.yml
@@ -40,4 +40,7 @@
         endpoint: opc.tcp://10.153.19.150:49320
         security-policy: basic256sha256
         username: admin
-        password: 1qaz2wsx3edc4rfv
\ No newline at end of file
+        password: 1qaz2wsx3edc4rfv
+
+i18n:
+  message-path: "file:D:/mes/aerjiliya/i18n/messages"
\ No newline at end of file

--
Gitblit v1.8.0