- 后端:解决 Order 和 Search 的 Dubbo 服务引用问题。

This commit is contained in:
YunaiV
2019-05-09 01:16:12 +08:00
parent 3c2fbc1594
commit c550340c7c
9 changed files with 30 additions and 19 deletions

View File

@@ -32,6 +32,18 @@
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>