类 WxServiceAutoconfigure


  • @EnableAsync
    @Configurable
    @ComponentScan("net.guerlab.smart.wx.service")
    @MapperScan("net.guerlab.smart.wx.service.mapper")
    public class WxServiceAutoconfigure
    extends java.lang.Object
    微信服务自动注册
    作者:
    guer
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      net.guerlab.smart.wx.miniapp.spring.storage.ISessionKeyStorage sessionKeyStorage​(org.springframework.data.redis.core.RedisTemplate<java.lang.String,​java.lang.String> redisTemplate)
      构造SessionKey储存接口
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • WxServiceAutoconfigure

        public WxServiceAutoconfigure()
    • 方法详细资料

      • sessionKeyStorage

        @Bean
        @ConditionalOnMissingBean
        public net.guerlab.smart.wx.miniapp.spring.storage.ISessionKeyStorage sessionKeyStorage​(org.springframework.data.redis.core.RedisTemplate<java.lang.String,​java.lang.String> redisTemplate)
        构造SessionKey储存接口
        参数:
        redisTemplate - redisTemplate
        返回:
        SessionKey储存接口