wechat-pay-spring-boot-starter

spring boot starter of wechat pay

Лицензия

Лицензия

Категории

Категории

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

Группа

me.gaigeshen.wechat
Идентификатор

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

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

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

wechat-pay-spring-boot-starter
spring boot starter of wechat pay
Ссылка на сайт

Ссылка на сайт

https://github.com/gaigeshen/wechat-pay-spring-boot-starter
Система контроля версий

Система контроля версий

https://github.com/gaigeshen/wechat-pay-spring-boot-starter

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

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
me.gaigeshen.wechat : wechat-pay jar 1.2.0
org.springframework.boot : spring-boot-autoconfigure-processor Необязательный jar 2.1.4.RELEASE
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 2.1.4.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar 2.1.4.RELEASE

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

Данный проект не имеет модулей.

微信支付自动配置

License Build Status Maven Central Sonatype Nexus (Snapshots) GitHub last commit

  • 直接添加依赖即可,替换具体的版本号
<dependency>
  <groupId>me.gaigeshen.wechat</groupId>
  <artifactId>wechat-pay-spring-boot-starter</artifactId>
  <version>${VERSION}</version>
</dependency>
  • 快速配置项目,必须提供appid,mchId,key
wechat.pay:
  appid: ${your-appid}
  mch-id: ${your-mchId}
  key: ${your-key}
  secret: ${your-secret-optional}
  cert-location: ${your-cert-file-location-optional}
  • 开始使用,在你的类中注入RequestExecutor即可

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

Версия
1.2.0
1.1.0
1.0.0