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

@@ -23,6 +23,14 @@
- 微信支付 支付功能-普通支付直连模式 `WechatDirectPayApi` 100%
- 微信合单支付 `WechatCombinePayApi` 100%
## Maven 中央仓库坐标
```xml
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
```
## 采用技术
只依赖了 **Spring**已有的东西,做到了低依赖。