java启动出错是什么原因?要怎么操作?
来源:2-4 基于Phoenix的RBAC权限模型

慕虎9332954
2023-02-14
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2023/02/13 23:53:58 ERROR Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘wechatMetaContainer’ defined in class path resource [cn/felord/payment/wechat/WechatPayConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [cn.felord.payment.wechat.v3.WechatMetaContainer]: Factory method ‘wechatMetaContainer’ threw exception; nested exception is cn.felord.payment.PayException: Cannot load keys from store: class path resource [apiclient_cert.p12]
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658)
1回答
-
神思者
2023-02-14
你的项目resources目录里面没有p12的数字证书文件?
132023-02-19
相似问题