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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: