Caused by: java.lang.StackOverflowError: null这是什么情况啊?
来源:7-6 使用sdk方式(下)
qq_CodeCC_tvSTZ2
2019-04-27
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [me.chanjar.weixin.mp.api.WxMpService]: Factory method ‘wxMpService’ threw exception; nested exception is java.lang.StackOverflowError
下面是程序代码:
写回答
1回答
-
要这样使用
@Autowired private WxMpService wxMpService;
还要注意@Bean
062019-04-29
相似问题