How to POST MultipartFile with additional information in one POST request in Spring Boot and Swagger?

前端 未结 0 1371
眼角桃花
眼角桃花 2020-12-01 07:08

I have the following controller structure:

    @PostMapping(
            name = "/whatever",
            consumes = MediaType.MULTI         


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