springboot文件上传保存路径问题
最近使用springboot整合富文本编辑器wangeditor,在整合的时候,对于图片上传时候保存路径出现了一些问题,代码如下
@PostMapping("/upload")
public Result upload(MultipartFile[] file, HttpServletRequest request) throws IOException {
Result result
@PostMapping("/upload")
public Result upload(MultipartFile[] file, HttpServletRequest request) throws IOException {
Result result