摘要: @RequestMapping(value = "dowlondTemplateFile")public ResponseEntity<byte[]> getFile(HttpServletResponse response) throws IOException { String fileName 阅读全文
posted @ 2020-11-03 17:23 博客园197 阅读(3485) 评论(0) 推荐(0)
摘要: @Target:注解的作用目标 @Target(ElementType.TYPE)——接口、类、枚举、注解@Target(ElementType.FIELD)——字段、枚举的常量@Target(ElementType.METHOD)——方法@Target(ElementType.PARAMETER) 阅读全文
posted @ 2020-11-03 10:56 博客园197 阅读(215) 评论(0) 推荐(0)