application-job-dev.properties 1.2 KB

123456789101112131415161718192021222324252627282930
  1. server.port=8081
  2. server.servlet.context-path=/meter/reading/job
  3. logging.level.root=info
  4. logging.file.path=./logs
  5. #########################################XXL Job����#################################################
  6. xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
  7. xxl.job.accessToken=
  8. xxl.job.executor.appname=meter-reading-executor
  9. xxl.job.executor.address=
  10. xxl.job.executor.ip=
  11. xxl.job.executor.port=9995
  12. xxl.job.executor.logpath=C:/tmp/xxl-job/jobhandler
  13. xxl.job.executor.logretentiondays=30
  14. #########################################Rabbit MQ ����#############################################
  15. spring.rabbitmq.host=114.135.61.188
  16. spring.rabbitmq.port=55672
  17. spring.rabbitmq.username=zoniot
  18. spring.rabbitmq.password=zcxk100
  19. spring.rabbitmq.virtual-host=/
  20. spring.rabbitmq.connection-timeout=1000ms
  21. # ��������ȷ��
  22. spring.rabbitmq.publisher-confirm-type=correlated
  23. # ��������ʧ���˻�
  24. spring.rabbitmq.publisher-returns=true
  25. spring.rabbitmq.template.mandatory=true
  26. # ����ACK
  27. spring.rabbitmq.listener.direct.acknowledge-mode=manual
  28. spring.rabbitmq.listener.simple.acknowledge-mode=manual
  29. # �������
  30. job.task.rabbit.exchange=job-task-exchange