application.properties 1015 B

1234567891011121314151617181920212223242526272829
  1. #spring.profiles.active=dev
  2. #spring.profiles.active=prod3
  3. #spring.profiles.active=prod
  4. spring.profiles.active=demo
  5. #spring.profiles.active=yv
  6. #ʱ���ʽ����
  7. spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
  8. spring.jackson.time-zone=GMT+8
  9. # ���������������͵�ַ
  10. dataCenter.ipAddr=http://115.238.57.190
  11. dataCenter.port=:10091
  12. # ���ܳ������ݷ���
  13. dataCenter.service.dayWeight=/receiver/farm/weight/putDayWeight
  14. # ���γ������ݷ���
  15. dataCenter.service.batchWeight=/receiver/farm/weight/putBatchWeight
  16. # ��������ID��base_farm.id��
  17. local.farmID=1
  18. # �������
  19. weight.batch_interval=4
  20. weight.batch.prefix=W
  21. weight.batchCode.spacemark=-
  22. #�������豸�����Ƿ�ͬ��(true/false)
  23. farm.device.sync=true
  24. farm.device.addService=/farm/device/syncAddFarmDevice
  25. farm.device.editService=/farm/device/syncEditFarmDevice
  26. farm.device.removeService=/farm/device/syncRemoveFarmDevice