RestTemplate后台下载文件demo
摘要:@RequestMapping(path="/test", method=RequestMethod.GET) public void productDat2(@RequestParam final Long id, HttpServletResponse response) { Xxx byId = xxxService.getById(id); if (byId == null){...
阅读全文
posted @ 2018-12-04 17:15
浙公网安备 33010602011771号