Commit b0729f01 authored by zhuangzhuang's avatar zhuangzhuang

注释mqtt部分代码

parent bed86874
Pipeline #182 canceled with stage
in 0 seconds
...@@ -9,8 +9,8 @@ import org.springframework.context.annotation.Configuration; ...@@ -9,8 +9,8 @@ import org.springframework.context.annotation.Configuration;
* @Date: Created in 9:25 2018/3/13 * @Date: Created in 9:25 2018/3/13
* @Modified By: * @Modified By:
**/ **/
@Configuration //@Configuration
@ConfigurationProperties(prefix = "tdl.mqtt") //@ConfigurationProperties(prefix = "tdl.mqtt")
public class MqttConfig { public class MqttConfig {
private String url; private String url;
......
...@@ -27,10 +27,10 @@ server.port=8092 ...@@ -27,10 +27,10 @@ server.port=8092
# InfluxDB # InfluxDB
spring.influxdb.url=http://witcloud-influxdb:8086 spring.influxdb.url=http://witcloud-influxdb:8086
tdl.mqtt.url = ssl://47.96.128.181 #tdl.mqtt.url = ssl://47.96.128.181
tdl.mqtt.port = 8883 #tdl.mqtt.port = 8883
tdl.mqtt.username = logistics #tdl.mqtt.username = logistics
tdl.mqtt.password = logistics37774020 #tdl.mqtt.password = logistics37774020
mqtt.userName = wtlogistics mqtt.userName = wtlogistics
mqtt.password = wtlogistics mqtt.password = wtlogistics
\ No newline at end of file
...@@ -41,17 +41,17 @@ logging.config=classpath:logback.xml ...@@ -41,17 +41,17 @@ logging.config=classpath:logback.xml
# Mqtt # Mqtt
tdl.mqtt.url = ssl://172.16.1.24 #tdl.mqtt.url = ssl://172.16.1.24
tdl.mqtt.port = 8883 #tdl.mqtt.port = 8883
tdl.mqtt.username = ugen #tdl.mqtt.username = ugen
tdl.mqtt.password = ugen #tdl.mqtt.password = ugen
tdl.mqtt.qos = 1 #tdl.mqtt.qos = 1
tdl.mqtt.timeout = 20 #tdl.mqtt.timeout = 20
# SSL Keys ## SSL Keys
tdl.mqtt.cacrt = ca.crt #tdl.mqtt.cacrt = ca.crt
tdl.mqtt.clientkey = witcd.pem #tdl.mqtt.clientkey = witcd.pem
tdl.mqtt.clientcrt = witcd.crt #tdl.mqtt.clientcrt = witcd.crt
tdl.mqtt.clientpwd = #tdl.mqtt.clientpwd =
# InfluxDB # InfluxDB
......
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