All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ot-hub-client.1.0.3.RELEASE.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 2.3.1.RELEASE
Show newest version
spring:
  application.name: iot-hub-client

netty:
  work-thread: 4
  mqtt:
    host: 127.0.0.1
    port: 6090
    client-id: client
    username: test
    password: 3a19a4a43d094bad92c4b3afe43c428b
    clean-session: false # 清除会话
    timeout: 30 # 连接超时时间, 单位秒
    keep-alive-interval: 120 # 心跳频率, 单位秒
    will-flag: true # 遗言标志
    will-topic: /will # 遗言推送主题
    will-retain: false # 遗言是否保留
    will-qos: 0 # 遗言Qos Level
    will-message: Last will message

logging:
  file: /tmp/logs/${spring.application.name}.log
  pattern:
    console: '%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}) %clr(%5p) %clr(%-40.40logger{39}){cyan} %clr(-){faint} %m%n'
  level:
    com.feingto.iot: DEBUG
    org:
      springframework:
        security: INFO
        web: INFO




© 2015 - 2025 Weber Informatics LLC | Privacy Policy