Payment Spring Boot 是微信支付V3的Java实现,仅仅依赖Spring内置的一些类库。配置简单方便,可以让开发者快速为Spring Boot应用接入微信支付。
演示例子:https://github.com/NotFound403/payment-spring-boot-samples
文档:https://notfound403.github.io/payment-spring-boot/#/
有疑问请提交ISSUE会及时跟进。
实现微信支付多商户
集成支付宝SDK、快速接入Spring Boot
实现微信支付V3 基础支付
实现微信支付V3 合单支付
实现微信支付V3 代金券
实现微信支付V3 微信支付分
实现微信支付V3 先享卡
最新版本的坐标为:
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
feat: 接入微信支付分
feat: 接入微信支付先享卡
fix: 支付回调参数不全的问题