best-pay-sdk
best-pay-sdk copied to clipboard
在springboot中无法用jar方式运行。
由于 初始化证书的代码
try { inputStream = new FileInputStream(new File(this.keyPath)); } catch (IOException e) { throw new RuntimeException("读取微信商户证书文件出错", e); }
这里导致在打包运行方式下失败。