迁移完成商品搜索的插入

This commit is contained in:
YunaiV
2020-07-31 00:33:20 +08:00
parent 981b3d87e2
commit 0252bd0f0b
26 changed files with 317 additions and 270 deletions

View File

@@ -32,6 +32,13 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<!-- 搜索服务 -->
<groupId>cn.iocoder.mall</groupId>
<artifactId>search-service-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- MQ 相关 -->
<dependency>
<groupId>cn.iocoder.mall</groupId>