application.properties 604 B

123456789101112131415161718192021222324
  1. # web port
  2. server.port=8081
  3. # no web
  4. #spring.main.web-environment=false
  5. # log config
  6. logging.config=classpath:logback.xml
  7. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  8. xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
  9. ### xxl-job executor address
  10. xxl.job.executor.appname=xxl-job-executor-sample
  11. xxl.job.executor.ip=
  12. xxl.job.executor.port=9999
  13. ### xxl-job, access token
  14. xxl.job.accessToken=
  15. ### xxl-job log path
  16. xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
  17. ### xxl-job log retention days
  18. xxl.job.executor.logretentiondays=30