jboot.properties 515 B

12345678910111213141516171819
  1. #jboot Æô¶¯¶Ë¿Ú
  2. undertow.port=8082
  3. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  4. xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
  5. ### xxl-job executor address
  6. xxl.job.executor.appname=xxl-job-executor-sample
  7. xxl.job.executor.ip=
  8. xxl.job.executor.port=9994
  9. ### xxl-job, access token
  10. xxl.job.accessToken=
  11. ### xxl-job log path
  12. xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
  13. ### xxl-job log retention days
  14. xxl.job.executor.logretentiondays=-1