加酸仪(java版本)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
366 B

6 days ago
  1. server:
  2. servlet:
  3. context-path: /
  4. port: 8080
  5. #开启 SQL 打印,调试时方便查看
  6. logging:
  7. level:
  8. root: INFO
  9. org.mybatis: DEBUG
  10. device.enableCanBus: true
  11. iflytophald:
  12. ip: 127.0.0.1
  13. cmdch.port: 19004
  14. datach.port: 19005
  15. #window config
  16. #modbus:
  17. # port: COM18
  18. # baudrate: 9600
  19. #工控机 config
  20. modbus:
  21. port: ttyS1
  22. baudrate: 9600