完成支付、电子面单、模板消息队列等功能
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
<name>${project.artifactId}</name>
|
||||
<description>
|
||||
后端 Server 的主项目,通过引入需要 yshop-module-xxx 的依赖,
|
||||
从而实现提供 RESTful API 给 yshop-ui-admin、yshop-ui-user 等前端项目。
|
||||
从而实现提供 RESTful API 给前端项目。
|
||||
本质上来说,它就是个空壳(容器)!
|
||||
</description>
|
||||
<url>https://github.com/guchengwuyue/yshop-pro</url>
|
||||
@ -48,6 +48,20 @@
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 支付服务 -->
|
||||
<dependency>
|
||||
<groupId>co.yixiang.boot</groupId>
|
||||
<artifactId>yshop-module-express-biz</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 消息服务 -->
|
||||
<dependency>
|
||||
<groupId>co.yixiang.boot</groupId>
|
||||
<artifactId>yshop-module-message-biz</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 微信公众号模块。默认注释,保证编译速度 -->
|
||||
<dependency>
|
||||
<groupId>co.yixiang.boot</groupId>
|
||||
|
Reference in New Issue
Block a user