Skip to content

IJPay 让支付触手可及,2.0.0 重构项目

Compare
Choose a tag to compare
@Javen205 Javen205 released this 20 Jul 11:38
· 658 commits to master since this release

1、升级 alipay-sdk-java 至最新版本 3.7.110.ALL
2、升级 fastjson 至最新版本 1.2.58
3、全局使用工具类 hutool,支付总包体减小 70%
4、不同支付方式使用不同的 Module 来构建,结构更清晰

Maven

<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-All</artifactId>
  <version>2.0.0</version>
</dependency>

Gradle

implementation 'com.github.javen205:IJPay-All:2.0.0'

微信支付

<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-WxPay</artifactId>
  <version>2.0.0</version>
</dependency>
implementation 'com.github.javen205:IJPay-WxPay:2.0.0'

支付宝支付

<dependency>
  <groupId>com.github.javen205</groupId>
  <artifactId>IJPay-AliPay</artifactId>
  <version>2.0.0</version>
</dependency>
implementation 'com.github.javen205:IJPay-AliPay:2.0.0'