application.properties 976 B

1234567891011121314151617181920212223242526272829303132333435
  1. #spring.profiles.active=dev
  2. #spring.profiles.active=prod3
  3. spring.profiles.active=prod
  4. #spring.profiles.active=dem
  5. # o
  6. #spring.profiles.active=yv
  7. #spring.profiles.active=lishui
  8. #时间格式配置
  9. spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
  10. spring.jackson.time-zone=GMT+8
  11. # 数据中心数据推送地址
  12. dataCenter.ipAddr=http://115.238.57.190
  13. dataCenter.port=:10091
  14. # 日总称重数据服务
  15. dataCenter.service.dayWeight=/receiver/farm/weight/putDayWeight
  16. # 批次称重数据服务
  17. dataCenter.service.batchWeight=/receiver/farm/weight/putBatchWeight
  18. # 部署牧场ID(base_farm.id)
  19. local.farmID=1
  20. # 批次计算间隔
  21. weight.batch_interval=4
  22. weight.batch.prefix=W
  23. weight.batchCode.spacemark=-
  24. #牧场端设备数据是否同步(true/false)
  25. farm.device.sync=true
  26. farm.device.addService=/farm/device/syncAddFarmDevice
  27. farm.device.editService=/farm/device/syncEditFarmDevice
  28. farm.device.removeService=/farm/device/syncRemoveFarmDevice
  29. #牧场环境服务接口
  30. farm.env-service.port=10010
  31. farm.env-service.name=updateEnvThreshold