区分正式与测试配置修改

This commit is contained in:
2025-06-30 16:48:50 +08:00
parent f059c64d0e
commit af7cc98d77
16 changed files with 575 additions and 146 deletions

View File

@ -0,0 +1,38 @@
server:
port: 8016
spring:
jackson:
time-zone: GMT+8
application:
name: xxl-job
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
#Redis
redis:
port: 6379 #端口
timeout: 3000ms #连接超时
host: 1.95.153.121 #单机
password: zzkj@688737
database: 0
lettuce:
pool:
max-active: 8 #连接池最大连接 默认8
max-idle: 8 #连接池中最大空闲连接 默认8
min-idle: 1 #连接池中最小空闲连接 默认0
max-wait: 2000ms #连接池最大阻塞等待时间 使用负值表示没有限制
xxl:
job:
admin:
addresses: http://127.0.0.1:8015/job-admin
accessToken:
executor:
appname: job-executor-sample
address:
ip: 127.0.0.1
port: 9999
logpath: /home/hocloud/logs/xxl-job/
logretentiondays: 30