我们在resources目录下创建image目录来存放上传的图片 service层懒的写,就都写controller层了。 RestController
RequestMapping("/upload")
public class upload {PostMapping("/pic")public String upLoad(RequestParam("multipartFile…
select sname,sex,class from student;select distinct depart from teacher;select * from student;select * from score where degree between 60 and 80;select * from score where degree in(85,86,88);select * from student where class’95031’ or sex’女’;select * …