摘要:
@PostMapping("/uploadExercise") public ResponseEntity<String> uploadExercise(@RequestParam MultipartFile file, @RequestParam("exercise_id") int exerci 阅读全文
posted @ 2024-04-23 14:10
XiangdxDu
阅读(19)
评论(0)
推荐(0)
摘要:
@GetMapping("/exportScore") public void exportScore(HttpServletResponse response) throws Exception { // 从数据库查询出所有的数据 List<Score> list = scoreService.g 阅读全文
posted @ 2024-04-23 14:07
XiangdxDu
阅读(10)
评论(0)
推荐(0)