修复支付等相关问题

This commit is contained in:
geng.tang@qq.com
2024-01-26 15:30:26 +08:00
parent 31edb4775a
commit 2d1f3ed93b
61 changed files with 1283 additions and 449 deletions
+5 -2
View File
@@ -33,5 +33,8 @@ logging:
com.gxwebsoft: INFO
com.baomidou.mybatisplus: INFO
file:
path: E:\data\yxw\logs
name: yxw.log
name: yxw.log
logback:
rollingpolicy:
# file-name-pattern:
max-history: 30
+12 -2
View File
@@ -12,12 +12,16 @@ spring:
# 日志配置
logging:
file:
name: websoft-api.log
path: /www/wwwroot/api.yunxinwei.java/logs
name: logs/websoft-api.log
level:
root: INFO
com.gxwebsoft: INFO
com.baomidou.mybatisplus: ERROR
com.alipay.api: INFO
logback:
rollingpolicy:
# file-name-pattern: ${LOG_FILE}.%d{yyyy-MM-dd}.%i.log
max-history: 30
socketio:
host: 0.0.0.0 #IP地址
@@ -37,3 +41,9 @@ config:
bucketName: oss-yunxinwei
bucketDomain: https://oss.wsdns.cn
aliyunDomain: https://oss-yunxinwei.oss-cn-shenzhen.aliyuncs.com
#定时表达式
cron:
alert: 0 30 9 * * ?
profit: 0 0/2 * * * ?
timeoutOrder: 1 0 0 * * ?
+4 -6
View File
@@ -8,7 +8,10 @@ socketio:
spring:
profiles:
active: prod
# json时间格式设置
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
application:
name: server
@@ -37,11 +40,6 @@ spring:
login-username: admin
login-password: admin
# json时间格式设置
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
# 设置上传文件大小
servlet:
multipart: