You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Binary Wang 9f33b34740 🔖 发布3.6.6.B测试版本 6 years ago
..
src/main 🔨 重构 spring boot starter 模块目录结构 6 years ago
README.md #1082 增加微信小程序模块的spring-boot-starter 6 years ago
pom.xml 🔖 发布3.6.6.B测试版本 6 years ago

README.md

使用说明

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