修改@Configuration属性配置,设置为false
This commit is contained in:
@ -19,7 +19,7 @@ import java.util.Map;
|
||||
/**
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class WxMaConfiguration {
|
||||
private static Map<String, WxMaService> maServices = Maps.newHashMap();
|
||||
private static Map<String, WxMaMessageRouter> routers = Maps.newHashMap();
|
||||
|
@ -38,7 +38,7 @@ import static me.chanjar.weixin.common.api.WxConsts.XmlMsgType;
|
||||
* @author hupeng
|
||||
* @date 2020/01/20
|
||||
*/
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class WxMpConfiguration {
|
||||
|
||||
private static Map<String, WxMpService> mpServices = Maps.newHashMap();
|
||||
|
@ -25,7 +25,7 @@ import java.util.Map;
|
||||
* @date 2020/03/01
|
||||
*/
|
||||
@Slf4j
|
||||
@Configuration
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
public class WxPayConfiguration {
|
||||
|
||||
private static Map<String, WxPayService> payServices = Maps.newHashMap();
|
||||
|
Reference in New Issue
Block a user