From 321f224be3ed6e60ad68594ea28f73734422d90d Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期四, 11 一月 2024 09:38:39 +0800
Subject: [PATCH] 后台国际化

---
 src/main/resources/config/application-lite-prod.yml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/config/application-lite-prod.yml b/src/main/resources/config/application-lite-prod.yml
index e29ba30..66004c5 100644
--- a/src/main/resources/config/application-lite-prod.yml
+++ b/src/main/resources/config/application-lite-prod.yml
@@ -21,6 +21,8 @@
     multipart:
       max-file-size: 200MB
       max-request-size: 200MB
+  messages:
+    basename: i18n/message
 mybatis-plus:
   typeAliasesPackage: com.whyc.pojo,com.whyc.dto
   mapper-locations: classpath:mapper/**/*Mapper.xml
@@ -54,3 +56,6 @@
 #Config鏂囦欢璇诲彇 娑夊強License鍜孎GCDFileDownload
 configFile:
   type: 2 #1:鏈湴娴嬭瘯锛�2锛氭墦鍖卝ar
+  # 涓枃:zh
+  # 鑻辨枃:en
+  i18nLanguage: zh
\ No newline at end of file

--
Gitblit v1.9.1