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