Commit 98c6e0c2 authored by xieshaojun's avatar xieshaojun

更新代码

parent df81cebf
...@@ -13,30 +13,20 @@ spring: ...@@ -13,30 +13,20 @@ spring:
allow-bean-definition-overriding: true allow-bean-definition-overriding: true
configuration: configuration:
cache-enabled: true cache-enabled: true
## 输出执行的sql
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#mqtt #mqtt
mqtt: mqtt:
#mqtt 是否开启 #mqtt 是否开启
run: ${ MQTT_RUN:true} run: ${ MQTT_RUN:true}
connection: connection:
thinker: thinker:
broker: ${ MQTT_CONNECTION_BROKER:tcp://39.108.185.243:1883} broker: tcp://39.108.185.243:1883
clientId: ${ MQTT_CONNECTION_CLIENTID:protocol-proxy-service} clientId: protocol-proxy-service
username: ${ MQTT_CONNECTION_USERNAME:terminal-test1} username: terminal-test1
# password: ${ MQTT_CONNECTION_PASSWORD:123456} cleanSession: false
cleanSession: ${ MQTT_CONNECTION_CLEANSESSION:false} password: ENC(hFtYOabihlusWfhdY6UT2ZpSzicB7hitKzyCGd1n6BDE926LPjvw0xrySgvIfT2F)
# broker: ${ MQTT_CONNECTION_BROKER:tcp://119.23.65.157:1883}
# clientId: ${ MQTT_CONNECTION_CLIENTID:fox_device_service}
# username: ${ MQTT_CONNECTION_USERNAME:terminal-test1}
# password: ${ MQTT_CONNECTION_PASSWORD:123456}
password: ${ MQTT_CONNECTION_PASSWORD:ENC(hFtYOabihlusWfhdY6UT2ZpSzicB7hitKzyCGd1n6BDE926LPjvw0xrySgvIfT2F)}
# cleanSession: ${ MQTT_CONNECTION_CLEANSESSION:false}
jasypt: jasypt:
encryptor: encryptor:
bean: stringEncryptor bean: stringEncryptor
# 设备信息 # 设备信息
device: device:
code: zykt-test1 code: zykt-test1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment