@RestController @RequestMapping(value="/common") public class CommonController extends Object
| Constructor and Description |
|---|
CommonController() |
| Modifier and Type | Method and Description |
|---|---|
void |
download(javax.servlet.http.HttpServletResponse response,
String name)
回显图片
|
Result<String> |
upload(org.springframework.web.multipart.MultipartFile file)
文件上传
|
@PostMapping(value="/upload") public Result<String> upload(org.springframework.web.multipart.MultipartFile file)
file - @GetMapping(value="/download")
public void download(javax.servlet.http.HttpServletResponse response,
String name)
response - name - Copyright © 2022. All rights reserved.