Selaa lähdekoodia

fix 修复 demo 模块 远程调用失败问题

疯狂的狮子li 4 vuotta sitten
vanhempi
commit
a1506f0504
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      ruoyi-example/ruoyi-demo/pom.xml

+ 5 - 0
ruoyi-example/ruoyi-demo/pom.xml

@@ -67,6 +67,11 @@
             <artifactId>ruoyi-common-mybatis</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>ruoyi-common-dubbo</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>com.ruoyi</groupId>
             <artifactId>ruoyi-common-idempotent</artifactId>