yangys
2025-11-24 11d4be720620abf502d35000e2ed40d30c4023bf
collect/src/main/resources/application-dev.yml
@@ -11,15 +11,15 @@
#MQTT-服务端地址
mqtt:
  host: tcp://82.156.1.83:1884
  host: tcp://broker.emqx.io:1883
  #username=admin #MQTT-服务端用户名
  #password=public #MQTT-服务端密码
  cleansession: false #MQTT-是否清理session
  #MQTT-当前客户端的唯一标识
  clientid: mqtt_publish
  default_topic: TEST #当前客户端的默认主题(大多数时候没什么用)
  #发送超时时间
  mqtt.timeout: 1000
  #连接超时时间
  timeout: 3000
  #心跳时间
  keepalive: 10
  connectionTimeout: 3000 #连接超时时间
@@ -27,7 +27,7 @@
  # mysql
datasource:
  type: mysql
  url: jdbc:mysql://120.46.212.231:3306/smart_boot?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
  url: jdbc:mysql://120.46.212.231:3306/smartman?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
  port: 3306
  username: qwmdc
  password: Kknd_1234
@@ -35,7 +35,7 @@
#iotdb 以及其jdbc一起配置
iotdb:
  driver: org.apache.iotdb.jdbc.IoTDBDriver
  host: 120.46.212.231 #120.46.212.231 localhost
  host: 116.63.148.72 #120.46.212.231 localhost 116.63.148.72
  port: 6667
  maxSize: 100
  username: root