best-pay-sdk icon indicating copy to clipboard operation
best-pay-sdk copied to clipboard

在springboot中无法用jar方式运行。

Open miws opened this issue 3 years ago • 0 comments

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

miws avatar Nov 30 '21 07:11 miws