viewsh-module-iot com.viewsh ${revision} 4.0.0 viewsh-module-iot-core jar ${project.artifactId} iot 模块下,提供 iot-biz 和 iot-gateway 模块的核心功能。例如说: 1. 消息总线:跨 iot-biz 和 iot-gateway 的设备消息。可选择使用 spring event、redis stream、rocketmq、kafka、rabbitmq 等。 2. 查询设备信息的通用 API com.viewsh viewsh-common org.springframework.boot spring-boot-starter com.viewsh viewsh-spring-boot-starter-mq org.springframework.data spring-data-redis true org.apache.rocketmq rocketmq-spring-boot-starter true org.springframework.amqp spring-rabbit true org.springframework.kafka spring-kafka true org.springframework.boot spring-boot-starter-test test