Browse Source

动画bug

master
yuliang 5 months ago
parent
commit
c984330651
  1. 9
      servo/src/main/resources/application-dev.yml

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

@ -10,10 +10,10 @@ lcc:
# - projectUuid: tw_test # - projectUuid: tw_test
# envId: 1 # envId: 1
frontend-mqtt: frontend-mqtt:
brokerUrl: tcp://10.10.101.8:1883 brokerUrl: tcp://127.0.0.1:1883
username: user username: user
password: user password: user
websocket: mqtt://10.10.101.8:7883 websocket: mqtt://127.0.0.1:7883
mybatis: mybatis:
enable: true enable: true
@ -32,7 +32,7 @@ jdbc:
default-name: 'default' default-name: 'default'
data-source: data-source:
default: default:
jdbc-url: jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/rcs2_tw_zhanghui
username: rcs2_tw_zhanghui username: rcs2_tw_zhanghui
password: Rcs2_tw_zhanghui password: Rcs2_tw_zhanghui
minimum-idle: 2 minimum-idle: 2
@ -46,10 +46,9 @@ redis:
default: default:
mode: standalone mode: standalone
standalone: standalone:
host: '180.100.199.56' host: '127.0.0.1'
port: 6379 port: 6379
database: 0 database: 0
password: 'yxt123456'
web: web:
resources: resources:

Loading…
Cancel
Save