add:增加语言包依赖
This commit is contained in:
BIN
nladmin-system/nlsso-server/libs/language-all.jar
Normal file
BIN
nladmin-system/nlsso-server/libs/language-all.jar
Normal file
Binary file not shown.
@@ -280,7 +280,13 @@
|
|||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
</dependency>
|
</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 -->
|
<!-- quartz -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.quartz-scheduler</groupId>
|
<groupId>org.quartz-scheduler</groupId>
|
||||||
|
|||||||
@@ -119,3 +119,10 @@ mybatis-plus:
|
|||||||
lucene:
|
lucene:
|
||||||
index:
|
index:
|
||||||
path: D:\lucene\index
|
path: D:\lucene\index
|
||||||
|
# application.yml (在项目的src/main/resources下)
|
||||||
|
i18n:
|
||||||
|
location: D:/i18n
|
||||||
|
supported-languages:
|
||||||
|
- zh
|
||||||
|
- en
|
||||||
|
fallback-to-classpath: true
|
||||||
|
|||||||
Reference in New Issue
Block a user