- 后端:Search 模块,引用 Dubbo 服务的版本

This commit is contained in:
YunaiV
2019-05-08 23:40:09 +08:00
parent 861dcc14e5
commit e8b95fd03f
3 changed files with 17 additions and 9 deletions

View File

@@ -18,6 +18,16 @@ dubbo:
name: dubbo
scan:
base-packages: cn.iocoder.mall.search.biz.service
provider:
ProductSearchService:
version: 1.0.0
consumer:
ProductSpuService:
version: 1.0.0
ProductCategoryService:
version: 1.0.0
CartService:
version: 1.0.0
# rocketmq
rocketmq: