|
|
|
|
@ -9,11 +9,13 @@ logging.config=classpath:logback.xml
|
|
|
|
|
|
|
|
|
|
### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
|
|
|
|
|
xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
|
|
|
|
|
### xxl-job, access token
|
|
|
|
|
### xxl-job access token
|
|
|
|
|
xxl.job.admin.accessToken=default_token
|
|
|
|
|
### xxl-job timeout by second, default 3s
|
|
|
|
|
xxl.job.admin.timeout=3
|
|
|
|
|
|
|
|
|
|
### xxl-job executor enable, default true
|
|
|
|
|
xxl.job.executor.enabled=true
|
|
|
|
|
### xxl-job executor appname
|
|
|
|
|
xxl.job.executor.appname=xxl-job-executor-sample
|
|
|
|
|
### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
|
|
|
|
|
@ -25,5 +27,5 @@ xxl.job.executor.port=9999
|
|
|
|
|
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
|
|
|
|
|
### xxl-job executor log-retention-days
|
|
|
|
|
xxl.job.executor.logretentiondays=30
|
|
|
|
|
### xxl-job executor excluded package, will skip scan job. such as "org.xxx01" or "org.xxx01,org.xxx02"
|
|
|
|
|
xxl.job.executor.excludedpackage=org.springframework,spring
|
|
|
|
|
### xxl-job executor excluded package, will skip scan job. such as "org.package01" or "org.package01,org.package02"
|
|
|
|
|
xxl.job.executor.excludedpackage=
|
|
|
|
|
|