@Configuration(proxyBeanMethods=false) @AutoConfigureAfter(value=pro.haichuang.framework.base.config.autoconfiguration.BaseAutoConfiguration.class) @EnableConfigurationProperties(value=WxMpProperties.class) @Import(value=SdkWxMpController.class) public class WxMpAutoConfiguration extends Object
该类为 hc-sdk-wxmp SDK模块自动配置
使用该模块前须在 yaml 中配置相关参数, 配置参考 WxMpProperties 中相关的属性
@Bean @Lazy @ConditionalOnMissingBean(value=WxMpService.class) public WxMpService wxMpService()
Copyright © 2021 HaiChuang Inc.. All rights reserved.