完善 yudao-spring-boot-starter-env 组件,完成 dubbo 组件

This commit is contained in:
YunaiV
2022-06-25 22:01:38 +08:00
parent 2faaa65325
commit 917746a1a7
7 changed files with 36 additions and 24 deletions

View File

@@ -56,6 +56,15 @@
<artifactId>feign-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-cluster</artifactId>
</dependency>
<!-- Registry 注册中心相关 -->
<dependency>
<groupId>com.alibaba.cloud</groupId>