Skip to content

sai-studio/payment-spring-boot-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

说明

Maven 最新中央仓库坐标:

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

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

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

配置参数和证书均为虚构,请将配置参数设置为真实配置。

开源协议

Apache 2.0

文档地址

payment-spring-boot 文档

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%