############################# iot配置 ################################ spring: config: activate: on-profile: dev #开发环境配置 iot: server: proxy: start: false websocket: start: true port: 8087 mqtt: default: host: broker-cn.emqx.io --- spring: config: activate: on-profile: test #测试环境配置 iot: server: proxy: start: false websocket: start: true port: 8087 mqtt: default: host: broker-cn.emqx.io --- spring: config: activate: on-profile: prod # 正式环境配置