dev --- 3.8.0.A版本, openProject引用 ; formao-live --- 3.7.0.B 版本, formallProject引用
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 e1ca4e02b7 🔖 发布3.6.2.B测试版本 5 years ago
..
src/main 🐛 #1182 修复公众号spring-boot-starter jedis依赖丢失问题,并优化代码,方便直接注入子service对象 5 years ago
README.md 🔨 重构 spring boot starter 模块目录结构 5 years ago
pom.xml 🔖 发布3.6.2.B测试版本 5 years ago

README.md

wx-java-mp-starter

快速开始

  1. 引入依赖
    <dependency>
        <groupId>com.github.binarywang</groupId>
        <artifactId>wx-java-mp-spring-boot-starter</artifactId>
        <version>${version}</version>
    </dependency>
    
  2. 添加配置(application.properties)
    # 公众号配置(必填)
    wx.mp.appId = @appId
    wx.mp.secret = @secret
    wx.mp.token = @token
    wx.mp.aesKey = @aesKey
    # 存储配置redis(可选)
    wx.mp.config-storage.type = redis
    wx.mp.config-storage.redis.host = 127.0.0.1
    wx.mp.config-storage.redis.port = 6379
    
  3. 支持自动注入的类型

WxMpService以及相关的服务类, 比如: wxMpService.getXxxService