Payment Spring Boot 是微信支付V3的Java实现,仅仅依赖Spring内置的一些类库。配置简单方便,可以让开发者快速为Spring Boot应用接入微信支付。
演示例子:https://github.com/NotFound403/payment-spring-boot-samples
文档:https://notfound403.github.io/payment-spring-boot/#/
有疑问请提交ISSUE会及时跟进。
最新版本的坐标为:
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>