|
@@ -49,8 +49,8 @@ spring:
|
|
|
datasource:
|
|
|
master:
|
|
|
username: root
|
|
|
- password: root
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/jeeplus-vue?useUnicode=true&characterEncoding=utf-8&useSSL=false&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
+ password: Xgcomdata10376@
|
|
|
+ url: jdbc:mysql://172.16.204.236:3306/zs_reimbursement?useUnicode=true&characterEncoding=utf-8&useSSL=false&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
#oracle database settings
|
|
@@ -168,8 +168,8 @@ config:
|
|
|
bucketName:
|
|
|
#wps配置
|
|
|
wps:
|
|
|
- appid:
|
|
|
- appsecret:
|
|
|
+ appid:
|
|
|
+ appsecret:
|
|
|
download_host: http://xxxxx.org/jeeplus-vue
|
|
|
domain: https://wwo.wps.cn
|
|
|
downloadCallbackPath: /usr/local/wps
|
|
@@ -179,7 +179,7 @@ wps:
|
|
|
demoMode: false
|
|
|
#上传文件绝对路径, 路径中不允许包含“userfiles”
|
|
|
userfiles:
|
|
|
- basedir: /usr/tomcat/upload # 文件上传路径,可以留空
|
|
|
+ basedir: /opt/jeeplusdir # 文件上传路径,可以留空
|
|
|
allowedType: file # 允许上传的文件类型, all, file ,image, audio, video, office
|
|
|
extensions:
|
|
|
all: all # 允许上传所有类型文件
|