完成支付、电子面单、模板消息队列等功能

This commit is contained in:
hupeng
2023-07-25 23:45:57 +08:00
parent f8f699fe6a
commit 0ae51f9ee7
625 changed files with 8291 additions and 18630 deletions

View File

@ -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>