fix:打包
This commit is contained in:
@@ -200,7 +200,20 @@
|
|||||||
<artifactId>mysql-connector-java</artifactId>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
<version>8.0.20</version>
|
<version>8.0.20</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.gson</groupId>
|
||||||
|
<artifactId>gson-jar</artifactId>
|
||||||
|
<version>2.8.0</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>/Users/mima0000/Desktop/gson-2.8.0.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.kingdee.bos.webapi</groupId>
|
||||||
|
<artifactId>kingdee-jar</artifactId>
|
||||||
|
<version>8.0.6</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>/Users/mima0000/Desktop/k3cloud-webapi-sdk8.0.6.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
<!-- druid数据源驱动 -->
|
<!-- druid数据源驱动 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba</groupId>
|
<groupId>com.alibaba</groupId>
|
||||||
|
|||||||
@@ -156,8 +156,9 @@ lucene:
|
|||||||
index:
|
index:
|
||||||
path: D:\lms\lucene\index
|
path: D:\lms\lucene\index
|
||||||
kdapi:
|
kdapi:
|
||||||
AcctID: 6304ba61219bf5
|
appId: 295539_RY4pS/CH0vl8TfUo652sR+1KULwdQNOG
|
||||||
AppSec: 6304ba61219bf5
|
appSecret: 0d47d08ee5014643b91a764e121e0bcb
|
||||||
UserName: 6304ba61219bf5
|
userName: 管理员
|
||||||
pwd: 6304ba61219bf5
|
pwd: ty.87016362
|
||||||
serverUrl: http://192.168.16.249/k3cloud/
|
serverUrl: http://192.168.16.249/k3cloud/
|
||||||
|
dCID: 65b078e7ea0ce6
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ spring:
|
|||||||
freemarker:
|
freemarker:
|
||||||
check-template-location: false
|
check-template-location: false
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: prod
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user