mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	新增:iot 模块 集成 emqx 接收 mqtt 接收消息
This commit is contained in:
		@@ -62,6 +62,10 @@ public class BannerApplicationRunner implements ApplicationRunner {
 | 
			
		||||
            if (isNotPresent("cn.iocoder.yudao.module.ai.framework.web.config.AiWebConfiguration")) {
 | 
			
		||||
                System.out.println("[AI 大模型 yudao-module-ai - 已禁用][参考 https://doc.iocoder.cn/ai/build/ 开启]");
 | 
			
		||||
            }
 | 
			
		||||
            // IOT 物联网
 | 
			
		||||
            if (isNotPresent("cn.iocoder.yudao.module.iot.framework.web.config.IotWebConfiguration")) {
 | 
			
		||||
                System.out.println("[IOT 物联网 yudao-module-iot - 已禁用][参考 https://doc.iocoder.cn/iot/build/ 开启]");
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -360,6 +360,12 @@ public class GlobalExceptionHandler {
 | 
			
		||||
            return CommonResult.error(NOT_IMPLEMENTED.getCode(),
 | 
			
		||||
                    "[AI 大模型 yudao-module-ai - 表结构未导入][参考 https://doc.iocoder.cn/ai/build/ 开启]");
 | 
			
		||||
        }
 | 
			
		||||
        // 9. IOT 物联网
 | 
			
		||||
        if (message.contains("iot_")) {
 | 
			
		||||
            log.error("[IOT 物联网 yudao-module-iot - 表结构未导入][参考 https://doc.iocoder.cn/iot/build/ 开启]");
 | 
			
		||||
            return CommonResult.error(NOT_IMPLEMENTED.getCode(),
 | 
			
		||||
                    "[IOT 物联网 yudao-module-iot - 表结构未导入][参考 https://doc.iocoder.cn/iot/build/ 开启]");
 | 
			
		||||
        }
 | 
			
		||||
        return null;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user