application.properties 810 B

1234567891011121314151617181920212223242526
  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, access token
  10. xxl.job.accessToken=4j9Z@FapJQKLuQtG
  11. ### xxl-job executor appname
  12. xxl.job.executor.appname=xxl-job-executor-sample
  13. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  14. xxl.job.executor.address=
  15. ### xxl-job executor server-info
  16. xxl.job.executor.ip=
  17. xxl.job.executor.port=9999
  18. ### xxl-job executor log-path
  19. xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
  20. ### xxl-job executor log-retention-days
  21. xxl.job.executor.logretentiondays=30