dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Binary Wang 4a58e2736e 🔖 发布3.5.1.B测试版本 il y a 5 ans
..
src/main #1082 增加微信小程序模块的spring-boot-starter il y a 5 ans
README.md #1082 增加微信小程序模块的spring-boot-starter il y a 5 ans
pom.xml 🔖 发布3.5.1.B测试版本 il y a 5 ans

README.md

使用说明

  1. 在自己的Spring Boot项目里,引入maven依赖
    <dependency>
        <groupId>com.github.binarywang</groupId>
        <artifactId>wx-java-miniapp-spring-boot-starter</artifactId>
        <version>${version}</version>
    </dependency>
  1. 添加配置(application.yml)
wx:
  miniapp:
    appid: 111
    secret: 111
    token: 111
    aesKey: 111
    msgDataFormat: JSON