Kaynağa Gözat

设备分类问题

Zimo 2 hafta önce
ebeveyn
işleme
f26d531341
2 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 1 1
      pom.xml
  2. 5 5
      yudao-server/pom.xml

+ 1 - 1
pom.xml

@@ -25,7 +25,7 @@
         <module>yudao-module-pms</module>
         <!--        <module>yudao-module-crm</module>-->
 <!--        <module>yudao-module-erp</module>-->
-        <module>yudao-module-iot</module>
+<!--        <module>yudao-module-iot</module>-->
         <!-- AI 大模型的开启,请参考 https://doc.iocoder.cn/ai/build/ 文档,对 JDK 版本要要求! -->
 <!--        <module>yudao-module-ai</module>-->
     </modules>

+ 5 - 5
yudao-server/pom.xml

@@ -123,11 +123,11 @@
 <!--        </dependency>-->
 
         <!-- IoT 物联网相关模块。默认注释,保证编译速度 -->
-        <dependency>
-            <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-module-iot-biz</artifactId>
-            <version>${revision}</version>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>cn.iocoder.boot</groupId>-->
+<!--            <artifactId>yudao-module-iot-biz</artifactId>-->
+<!--            <version>${revision}</version>-->
+<!--        </dependency>-->
 
         <!-- spring boot 配置所需依赖 -->
         <dependency>