com.dute7liang:spring-boot-starter

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

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.dute7liang
Идентификатор

Идентификатор

spring-boot-starter
Последняя версия

Последняя версия

1.0-RELEASE
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

Скачать spring-boot-starter

Имя Файла Размер
spring-boot-starter-1.0-RELEASE.pom 1 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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

Версии библиотеки

Версия
1.0-RELEASE