121122123124125126127128129
return "@ upload ok!" + file.getOriginalFilename(); } @Get("/3.10") public String getTest() { Test t = tService.getTest(); String s = "Hello the No." + t.getId() + " is " + t.getMsg(); return "@" + s; }