• 微信组件


    组件编码 hzero-starter-social-wechat

    一、简介

    1.1 概述

    hzero-starter-social-wechat 微信组建基于 Spring Social 开发。

    1.2 组件坐标

    <dependency>
        <groupId>org.hzero.starter</groupId>
        <artifactId>hzero-starter-social-wechat</artifactId>
        <version>${hzero.starter.version}</version>
    </dependency>
    

    二、使用指南

    2.1 配置

    spring:
      social:
        wechat:
          app-id: [app-id]
          app-secret: [app-secret]
    

    配置参数详细说明:

    // providerId
    spring.social = wechat
    // 微信公众号ID
    spring.social.wechat.app-id = [app-id]
    // 微信公众号密码
    spring.social.wechat.app-secret = [app-secret]
    

    三、版本更新日志