123456789101112131415161718192021222324252627282930 |
- server.port=8081
- server.servlet.context-path=/meter/reading/job
- logging.level.root=info
- logging.file.path=./logs
- #########################################XXL Job����#################################################
- xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin
- xxl.job.accessToken=
- xxl.job.executor.appname=meter-reading-executor
- xxl.job.executor.address=
- xxl.job.executor.ip=
- xxl.job.executor.port=9995
- xxl.job.executor.logpath=C:/tmp/xxl-job/jobhandler
- xxl.job.executor.logretentiondays=30
- #########################################Rabbit MQ ����#############################################
- spring.rabbitmq.host=114.135.61.188
- spring.rabbitmq.port=55672
- spring.rabbitmq.username=zoniot
- spring.rabbitmq.password=zcxk100
- spring.rabbitmq.virtual-host=/
- spring.rabbitmq.connection-timeout=1000ms
- # ��������ȷ��
- spring.rabbitmq.publisher-confirm-type=correlated
- # ��������ʧ���˻�
- spring.rabbitmq.publisher-returns=true
- spring.rabbitmq.template.mandatory=true
- # ����ACK
- spring.rabbitmq.listener.direct.acknowledge-mode=manual
- spring.rabbitmq.listener.simple.acknowledge-mode=manual
- # �������
- job.task.rabbit.exchange=job-task-exchange
|