Explorar el Código

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

疯狂的狮子li hace 4 años
padre
commit
a1506f0504
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>