yxtwang / payment-spring-boot-samples

Payment Spring Boot Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

移动支付 Payment Spring Boot 示例项目,基于最新版本,向下兼容。

请给Payment Spring Boot Star以鼓励,谢谢。

说明

Maven 最新**仓库坐标:

<dependency>
    <groupId>cn.felord</groupId>
    <artifactId>payment-spring-boot-starter</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>

大部分示例以单元测试呈现,请移步本项目test包下,目前包括:

  • 支付宝支付直连模式示例AliPayTests
  • 微信支付直连模式示例PaymentDirectTests
  • 代金券示例PaymentFavorTests

配置参数和证书均为虚构,请将配置参数设置为真实配置。有其它疑问请阅读文档

开源协议

Apache 2.0

文档地址

payment-spring-boot 文档

About

Payment Spring Boot Samples

License:Apache License 2.0


Languages

Language:Java 100.0%