修改配置文件
This commit is contained in:
parent
02ce38038d
commit
5770909b51
@ -31,7 +31,7 @@ spring:
|
|||||||
max-request-size: 1GB
|
max-request-size: 1GB
|
||||||
datasource:
|
datasource:
|
||||||
druid:
|
druid:
|
||||||
url: jdbc:mysql://127.0.0.1:3306/db_system_operator?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
url: jdbc:mysql://192.168.0.151:3306/db_system_operator?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
||||||
db-type: mysql
|
db-type: mysql
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
username: root
|
username: root
|
||||||
@ -80,7 +80,7 @@ swagger:
|
|||||||
# 文件上传管理
|
# 文件上传管理
|
||||||
file:
|
file:
|
||||||
# 文件的保存路径
|
# 文件的保存路径
|
||||||
upload-path: /Users/wanggeng/Desktop/UploadFiles/
|
upload-path: C:\Users\TS-QD1\Desktop\UploadFiles\
|
||||||
# 图片类型
|
# 图片类型
|
||||||
image-types: png,jpg,jpeg,gif,blob
|
image-types: png,jpg,jpeg,gif,blob
|
||||||
# 视频类型
|
# 视频类型
|
||||||
@ -148,7 +148,7 @@ pay:
|
|||||||
# 商户API证书序列号
|
# 商户API证书序列号
|
||||||
mch-no: 3492AF71B2FC29014997E16FF6499E27F7A0781B
|
mch-no: 3492AF71B2FC29014997E16FF6499E27F7A0781B
|
||||||
# 私钥本地存储路径
|
# 私钥本地存储路径
|
||||||
private-key-path: /Users/wanggeng/Develop/Java/TS-Projects/ai-engine/cret/wx-pay/apiclient_key.pem
|
private-key-path: D:\WxCertUtils\WXCertUtil\cert\1609461201_20240203_cert\apiclient_key.pem
|
||||||
# API v3密钥
|
# API v3密钥
|
||||||
api-v3-key: _TSKJ_0471_TSkj_0471_tsKJ_0471__
|
api-v3-key: _TSKJ_0471_TSkj_0471_tsKJ_0471__
|
||||||
# 小程序APPID
|
# 小程序APPID
|
||||||
|
Loading…
Reference in New Issue
Block a user