Payment Spring Boot 这是在业余时间对微信支付V3的Java实现,仅仅依赖Spring内置的一些类库。配置简单方便,可以让开发者快速为Spring Boot应用接入微信支付。其实已经迭代了两个版本了,今天特意分享出来给程序员同学参考。
演示例子:https://github.com/NotFound403/payment-spring-boot-samples
文档:https://notfound403.github.io/payment-spring-boot/#/
有疑问请提交ISSUE会及时跟进,欢迎Star ,欢迎PR。
目前功能
- 实现微信支付多商户
- 集成支付宝SDK、快速接入Spring Boot
- 实现微信支付V3 基础支付
- 实现微信支付V3 合单支付
- 实现微信支付V3 代金券
- 实现微信支付V3 微信支付分
- 实现微信支付V3 先享卡
Maven 中央仓库坐标
最新版本的坐标为:
<dependency> <groupId>cn.felord</groupId> <artifactId>payment-spring-boot-starter</artifactId> <version>1.0.2.RELEASE</version> </dependency>
更新日志
- feat: 接入微信支付分
- feat: 接入微信支付先享卡
- fix: 支付回调参数不全的问题