摘要: import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.cors.CorsConfiguration; import org.springframew... 阅读全文
posted @ 2019-02-20 18:16 这个名字想了很久~ 阅读(139) 评论(0) 推荐(0)
摘要: @PostMapping(value = "/uploadDriverImage") public JsonResVo uploadDriverImage(@RequestParam("file") MultipartFile file) { try { //检查文件是否为空 if(file.isEmpty()) {... 阅读全文
posted @ 2019-02-20 09:47 这个名字想了很久~ 阅读(8119) 评论(0) 推荐(0)
摘要: 使用ImageIO 判断图片宽高 判断文件头信息 阅读全文
posted @ 2019-02-20 09:34 这个名字想了很久~ 阅读(6078) 评论(0) 推荐(0)