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

Binary file not shown.

View File

@@ -280,7 +280,13 @@
<type>pom</type>
</dependency>
<!-- 规则处理-->
<dependency>
<groupId>nl.sdkall</groupId>
<artifactId>language-all</artifactId>
<version>0.0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/language-all.jar</systemPath>
</dependency>
<!-- quartz -->
<dependency>
<groupId>org.quartz-scheduler</groupId>

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