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.

21 lines
479 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://192.168.8.10:3306/a8000
  4. username: root
  5. password: o0SXPBiWbtIGXOb3lfpJ9sVcG8ELNcha
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. mybatis:
  8. configuration:
  9. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  10. app:
  11. device:
  12. enable : false
  13. debug : true
  14. connectionType : SerialPort # SerialPort, WebSocket
  15. path : COM3
  16. baudrate : 921600
  17. wsuri : ws://192.168.8.10:19005
  18. websocket:
  19. port : 19006