Kaynağa Gözat

fix 修复 stream-mq 测试服务未导入租户模块 导致鉴权不一致问题

疯狂的狮子Li 2 yıl önce
ebeveyn
işleme
8002888224
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 11 0
      ruoyi-example/ruoyi-stream-mq/pom.xml

+ 11 - 0
ruoyi-example/ruoyi-stream-mq/pom.xml

@@ -64,6 +64,17 @@
             <artifactId>ruoyi-common-web</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.dromara</groupId>
+            <artifactId>ruoyi-common-tenant</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.dromara</groupId>
+                    <artifactId>ruoyi-common-mybatis</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+
     </dependencies>
 
     <build>