We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc0103 commit e3c0cadCopy full SHA for e3c0cad
starters/wx-java-pay-starter/README.md
@@ -0,0 +1,27 @@
1
+# 使用说明
2
+1. 在自己的Spring Boot项目里,引入maven依赖
3
+```xml
4
+ <dependency>
5
+ <groupId>com.github.binarywang</groupId>
6
+ <artifactId>wx-java-pay-starter</artifactId>
7
+ <version>${version}</version>
8
+ </dependency>
9
+ ```
10
+2. 添加配置(application.yml)
11
+```yml
12
+wx:
13
+ pay:
14
+ appId: wx5b69c56ac01ed858
15
+ mchId: 1462547202
16
+ mchKey: OGL9fvig9y2HrXrQ86tM4jTwyv4ja6G5
17
+ subAppId:
18
+ subMchId:
19
+ keyPath:
20
+```
21
+
22
23
24
25
26
27
0 commit comments