How To Mapping Multipart file to DTO using Spring Boot for incoming request

后端 未结 0 1414
挽巷
挽巷 2021-01-14 11:41

I have this DTO Request Class

Public Class MyRequestDTO(){

private String name;

private MultipartFile docPic;

}

i want to retrieve in in c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题