Commit 8d57a51e authored by liqin's avatar liqin 💬

bug fixed

parent 7dea81ee
...@@ -43,7 +43,7 @@ spring: ...@@ -43,7 +43,7 @@ spring:
max-file-size: 10MB max-file-size: 10MB
# 总限制 # 总限制
max-request-size: 20MB max-request-size: 20MB
# 192.168.110.165 adm4HYservice$ # 192.168.110.165 adm4HYservice$
redis: redis:
database: 0 database: 0
host: 8.131.244.76 host: 8.131.244.76
...@@ -77,4 +77,17 @@ sms: ...@@ -77,4 +77,17 @@ sms:
domain: dysmsapi.aliyuncs.com domain: dysmsapi.aliyuncs.com
version: 2017-05-25 version: 2017-05-25
action: SendSms action: SendSms
signName: 西田森生物科技 signName: 西田森生物科技
\ No newline at end of file
xxl:
job:
accessToken:
admin:
addresses: http://127.0.0.1:8090/job-admin
executor:
address:
appname: shop-mall
ip: 127.0.0.1
logpath: /home/meepo/logs/xxl-job/jobhandler
logretentiondays: 30
port: 9999
\ No newline at end of file
...@@ -46,11 +46,28 @@ spring: ...@@ -46,11 +46,28 @@ spring:
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 10 # 连接池中的最大空闲连接 max-idle: 10 # 连接池中的最大空闲连接
min-idle: 5 # 连接池中的最小空闲连接 min-idle: 5 # 连接池中的最小空闲连接
#jwt: ###上传文件配置 :该配置可根据部署的系统或开发人员自定义路径,每次部署之前需要修改location
## # 加密秘钥 uploadFile:
## secret: f4e2e52034348f86b67cde581c0f9eb5 resourceHandler: /upload_flowChart/** #请求 url 中的资源映射也是保存到数据库中的父级路径
## # token有效时长,单位秒 location: /opt/images/upload_flowChart/ #自定义上传文件服务器硬盘保存路径 ,linux服务器保存路径 /home/changfa/app/wxbjgkpt/upload_flowChart/
## expire: 14400 file:
upload:
path: C:/aplus
jwt:
# 加密秘钥
secret: f4e2e52034348f86b67cde581c0f9eb5
# token有效时长,单位秒
expire: 14400
logging:
config: classpath:logback-spring.xml
sms:
accessKeyId: LTAI4G6xmYPhjrS18Bxz5Kqu
secret: l3ZuSn2XjsFZXaB3yb8O5ASRJh3DDe
regionId: cn-hangzhou
domain: dysmsapi.aliyuncs.com
version: 2017-05-25
action: SendSms
signName: 西田森生物科技
xxl: xxl:
job: job:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment