add:增加语言包依赖

This commit is contained in:
zhangzq
2025-09-30 16:21:29 +08:00
parent 12675322da
commit 12413bd3ca
3 changed files with 14 additions and 1 deletions

View File

@@ -119,3 +119,10 @@ mybatis-plus:
lucene:
index:
path: D:\lucene\index
# application.yml (在项目的src/main/resources下)
i18n:
location: D:/i18n
supported-languages:
- zh
- en
fallback-to-classpath: true