- 后端:解决 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

@@ -38,15 +38,6 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>com.alibaba.boot</groupId>-->
<!--<artifactId>dubbo-spring-boot-starter</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>