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.yml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
index fa4a2a5..d4be0f7 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
@@ -2,7 +2,7 @@
   port: 10015
 spring:
   profiles:
-    active: dev
+    active: alg
   application:
     name: loadGlass
   liquibase:
@@ -12,5 +12,3 @@
 #  configuration:
 #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
-i18n:
-  message-path: "file:D:/mes/aerjiliya/i18n/messages"

--
Gitblit v1.8.0