weixin-java-cp-demo icon indicating copy to clipboard operation
weixin-java-cp-demo copied to clipboard

Return value of "me.chanjar.weixin.cp.config.impl.WxCpRedissonConfigImpl.getCorpId()" is null

Open CapitaineNemo opened this issue 2 years ago • 3 comments

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'wxCpConfiguration': Invocation of init method failed; nested exception is java.lang.NullPointerException: Cannot invoke "String.concat(String)" because the return value of "me.chanjar.weixin.cp.config.impl.WxCpRedissonConfigImpl.getCorpId()" is null 下面是配置CorpId的地方,的确有报有问题的地方,但是根据文档也没有什么问题。

9b1586fd037484f1ac4c2bea6a44355

CapitaineNemo avatar Nov 01 '22 09:11 CapitaineNemo