添加商品收藏

This commit is contained in:
xiaofeng
2019-07-02 23:57:52 +08:00
parent 41cd57df2d
commit 5c2c4da6fa
11 changed files with 555 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>product-service-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- DB 相关 -->
<dependency>
<groupId>mysql</groupId>
@@ -67,6 +73,12 @@
<artifactId>curator-framework</artifactId>
</dependency>
<!-- MQ 相关 -->
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
</dependency>
</dependencies>
<build>