| Package | Description |
|---|---|
| com.mxixm.fastboot.weixin.config.invoker | |
| com.mxixm.fastboot.weixin.service.invoker |
| Modifier and Type | Method and Description |
|---|---|
WxApiExecutor |
WxInvokerConfiguration.wxApiExecutor(WxTokenManager wxTokenManager)
这里之前引用了conversionService,这个conversionService是在WxMvcConfigurer时初始化的
于是产生了循环依赖
|
| Modifier and Type | Method and Description |
|---|---|
WxInvokerProxyFactoryBean<WxApiService> |
WxInvokerConfiguration.wxInvokerProxyFactory(WxApiExecutor wxApiExecutor) |
| Constructor and Description |
|---|
WxInvokerProxyFactoryBean(Class<T> clazz,
WxProperties wxProperties,
WxApiExecutor wxApiExecutor)
理论上构造方法上不能做这么多事的,以后再优化
|
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.