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.
22 lines
479 B
22 lines
479 B
spring:
|
|
datasource:
|
|
url: jdbc:mysql://192.168.8.10:3306/a8000
|
|
username: root
|
|
password: o0SXPBiWbtIGXOb3lfpJ9sVcG8ELNcha
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
mybatis:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
app:
|
|
device:
|
|
enable : false
|
|
debug : true
|
|
connectionType : SerialPort # SerialPort, WebSocket
|
|
path : COM3
|
|
baudrate : 921600
|
|
wsuri : ws://192.168.8.10:19005
|
|
|
|
websocket:
|
|
port : 19006
|