ClassPathResource classPathResource = new ClassPathResource("template/demo/200000168-check-response.xml");
            InputStream inputStream = classPathResource.getInputStream();
            responseXml = new String(FilesUtil.read(inputStream), Cons.GBK);

 

相关文章:

  • 2022-01-11
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2021-11-27
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案