saas-system dubbo服务实现

This commit is contained in:
Github_lizhw 2024-11-06 22:06:27 +08:00
parent 61cf5833ce
commit b789426363

View File

@ -110,7 +110,12 @@
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-nacos-spring-boot-starter</artifactId>
</dependency>
<!-- dubbo 远程调用接口 -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>ruoyi-api-system</artifactId>
</dependency>
</dependencies>
</project>