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。
最新版本的坐标为:
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>