com.dute7liang:spring-boot-starter

开箱即用的微信和支付宝的支付工具

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.dute7liang
ArtifactId

ArtifactId

spring-boot-starter
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

开箱即用的微信和支付宝的支付工具

Download spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.dute7liang/spring-boot-starter/ -->
<dependency>
    <groupId>com.dute7liang</groupId>
    <artifactId>spring-boot-starter</artifactId>
    <version>1.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dute7liang/spring-boot-starter/
implementation 'com.dute7liang:spring-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.dute7liang/spring-boot-starter/
implementation ("com.dute7liang:spring-boot-starter:1.0-RELEASE")
'com.dute7liang:spring-boot-starter:pom:1.0-RELEASE'
<dependency org="com.dute7liang" name="spring-boot-starter" rev="1.0-RELEASE">
  <artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dute7liang', module='spring-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "com.dute7liang" % "spring-boot-starter" % "1.0-RELEASE"
[com.dute7liang/spring-boot-starter "1.0-RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wx-pay-spring-boot-starter

项目说明

项目背景

最近做自己的小项目的时候会遇到微信支付。看了微信sdk的代码。为了以后还有可能需要的话,做一个开箱即用的工具包。

目前还在不断完善中,

项目引入

推荐使用SpringBoot直接引入项目

<dependency>
    <groupId>com.dute7liang</groupId>
    <artifactId>wx-pay-spring-boot-starter</artifactId>
    <version>1.0-RELEASE</version>
</dependency>

其他

  1. 微信支付只支持普通商户版,服务商版暂时不支持
  2. 支付宝支付还在开发中

参考项目

WxJava

Versions

Version
1.0-RELEASE