You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version of springcloud openfeign only supports annotations for springmvc, The file uploads error. @PostMapping(value = "/user/up",consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
public void up(@RequestPart("file") FormData formData);
The new version of springcloud openfeign only supports annotations for springmvc, The file uploads error. @PostMapping(value = "/user/up",consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
public void up(@RequestPart("file") FormData formData);