类 WxServiceAutoconfigure


  • @EnableAsync
    @Configurable
    @ComponentScan("net.guerlab.smart.wx.service")
    @MapperScan("net.guerlab.smart.wx.service.mapper")
    public class WxServiceAutoconfigure
    extends Object
    微信服务自动注册
    作者:
    guer
    • 构造器详细资料

      • WxServiceAutoconfigure

        public WxServiceAutoconfigure()
    • 方法详细资料

      • sessionKeyStorage

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