maven 中央仓库

This commit is contained in:
xiafang
2020-12-14 19:20:30 +08:00
parent 3dcbece80b
commit 03adeadaad
3 changed files with 38 additions and 6 deletions

View File

@@ -1,9 +1,27 @@
# 微信支付 Spring Boot 组件
为了满足业务中出现app支付、公众号支付、小程序支付等多appid并存的场景对原有的进行了增强开发出了多租户版本。
## Maven 中央仓库坐标
```xml
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
```
## 功能亮点
- 实现微信支付多商户
- 实现微信支付V3 基础支付
- 实现微信支付V3 合单支付
- 实现微信支付V3 代金券
- 集成支付宝SDK、快速接入Spring Boot
> 微信支付分等积极对接中……
## 开源协议
**Apache 2.0**
# 文档地址
## 文档地址
[payment-spring-boot 文档](https://notfound403.github.io/payment-spring-boot)