application.yml 398 B

12345678910111213141516171819202122
  1. spring:
  2. profiles:
  3. active: dev
  4. xxl:
  5. job:
  6. enabled: true
  7. accessToken: default_token
  8. i18n: zh_CN
  9. triggerpool:
  10. fast:
  11. max: 200
  12. slow:
  13. max: 100
  14. logretentiondays: 30
  15. executor:
  16. appname: default-executor
  17. address: ''
  18. ip: ''
  19. logpath: ./applogs/xxl-job/jobhandler
  20. logretentiondays: 30 # 执行器日志文件保存天数