Browse Source

jx_test

jx-test
修宁 5 months ago
parent
commit
c8d7b28c96
  1. 15
      servo/src/main/resources/application-dev.yml

15
servo/src/main/resources/application-dev.yml

@ -10,10 +10,14 @@ lcc:
# - projectUuid: tw_test
# envId: 1
frontend-mqtt:
brokerUrl: tcp://127.0.0.1:1883
username: user
password: user
websocket: mqtt://127.0.0.1:7883
# brokerUrl: tcp://127.0.0.1:1883
# username: user
# password: user
# websocket: mqtt://127.0.0.1:7883
brokerUrl: tcp://180.100.199.56:7097
username: galaxis
password: Admin1234_
websocket: mqtt://180.100.199.56:9097
mybatis:
enable: true
@ -32,7 +36,8 @@ jdbc:
default-name: 'default'
data-source:
default:
jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui
# jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui
jdbc-url: jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui
username: rcs2_tw_zhanghui
password: Rcs2_tw_zhanghui
minimum-idle: 2

Loading…
Cancel
Save