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/GlassStorageModule/src/main/resources/application-dev.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml
index a860511..5734e4e 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application-dev.yml
@@ -36,3 +36,6 @@
         security-policy: basic256sha256
         username: admin
         password: 1qaz2wsx3edc4rfv
+
+i18n:
+  message-path: "file:D:/mes/aerjiliya/i18n/messages"
\ No newline at end of file

--
Gitblit v1.8.0