Newer
Older
xxl-job-dm / xxl-job-executor-samples / xxl-job-executor-sample-jboot / src / main / resources / jboot.properties
xuxueli on 23 May 2019 511 bytes 新增Jboot执行器Sample示例项目
#jboot port
undertow.port=8082


### 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 executor address
xxl.job.executor.appname=xxl-job-executor-sample
xxl.job.executor.ip=
xxl.job.executor.port=9995

### xxl-job, access token
xxl.job.accessToken=

### xxl-job log path
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
### xxl-job log retention days
xxl.job.executor.logretentiondays=-1