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.

17 lines
369 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://127.0.0.1:3306/boditech
  4. username : root
  5. password: 123456
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. app:
  8. device:
  9. enable : false
  10. debug : true
  11. connectionType : SerialPort # SerialPort, WebSocket
  12. path : COM3
  13. baudrate : 921600
  14. wsuri : ws://192.168.8.10:19005
  15. websocket:
  16. port : 19006