Zheng Wang
Zheng Wang
this problem still exists
@xxlabaza At the bottom part of the README.md file, it says: ``` @RequestMapping("/multipart/download/{fileId}") MultipartFile[] download(@PathVariable("fileId") String fileId); ``` My question is: At the server side, should it manually create **MultipartFile**...
I found an explanation from [guide-configuring-plugins](https://maven.apache.org/guides/mini/guide-configuring-plugins.html): ```txt Note: Configurations inside the tag differ from those that are outside in that they cannot be used from a direct command line invocation....