weixin-java-tools/spring-boot-starters/wx-java-pay-spring-boot-starter/README.md

28 lines
410 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 使用说明
1. 在自己的Spring Boot项目里引入maven依赖
```xml
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>wx-java-pay-spring-boot-starter</artifactId>
<version>${version}</version>
</dependency>
```
2. 添加配置(application.yml)
```yml
wx:
pay:
appId:
mchId:
mchKey:
subAppId:
subMchId:
keyPath:
```