当前位置: 首页 > news >正文

如何做彩票网站信息最新新闻消息

如何做彩票网站信息,最新新闻消息,企业网站建设合同书标准版,免费推广链接原文网址&#xff1a;Knife4j系列--解决不显示文件上传的问题_IT利刃出鞘的博客-CSDN博客 简介 本文介绍使用Knife4j时无法上传文件的问题。 问题复现 依赖 <dependency><groupId>com.github.xiaoymin</groupId><artifactId>knife4j-spring-boot-…

原文网址:Knife4j系列--解决不显示文件上传的问题_IT利刃出鞘的博客-CSDN博客

简介

本文介绍使用Knife4j时无法上传文件的问题。

问题复现

依赖

<dependency><groupId>com.github.xiaoymin</groupId><artifactId>knife4j-spring-boot-starter</artifactId><version>3.0.3</version>
</dependency>

代码

package com.example.demo.business.controller;import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;@Api(tags = "文件")
@RestController
@RequestMapping("file")
public class FileController {@ApiOperation("上传文件")@PostMapping("upload")public void upload(MultipartFile file) {}
}

结果

 ​​​

可以看到,无法上传文件。 

解决方案

在入参上添加注解@RequestPart

package com.example.demo.business.controller;import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestPart;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;@Api(tags = "文件")
@RestController
@RequestMapping("file")
public class FileController {@ApiOperation("上传文件")@PostMapping("upload")public void upload(@RequestPart MultipartFile file) {}
}

结果

备注

网上有人说需要在方法上加@ApiImplicitParam注解,如下:

package com.example.demo.business.controller;import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestPart;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;@Api(tags = "文件")
@RestController
@RequestMapping("file")
public class FileController {@ApiOperation("上传文件")@PostMapping("upload")@ApiImplicitParam(name = "file", dataTypeClass = MultipartFile.class, paramType = "form")public void upload(@RequestPart MultipartFile file) {}
}

经我测试,这个不需要加。只在参数上加@RequestPart即可。


文章转载自:
http://dinncofatuity.tpps.cn
http://dinncokewpie.tpps.cn
http://dinncodisharmonious.tpps.cn
http://dinncosyllabography.tpps.cn
http://dinncobabism.tpps.cn
http://dinncolabilization.tpps.cn
http://dinncoaffluently.tpps.cn
http://dinncoparticipational.tpps.cn
http://dinncoplagiarize.tpps.cn
http://dinncotruth.tpps.cn
http://dinncomurray.tpps.cn
http://dinncobonanzagram.tpps.cn
http://dinncolutine.tpps.cn
http://dinncobittock.tpps.cn
http://dinncoscum.tpps.cn
http://dinncopenknife.tpps.cn
http://dinncochapelmaster.tpps.cn
http://dinncointerstratification.tpps.cn
http://dinncomelilot.tpps.cn
http://dinnconavalist.tpps.cn
http://dinncopremiate.tpps.cn
http://dinncogermanely.tpps.cn
http://dinncopoltroonery.tpps.cn
http://dinncoprone.tpps.cn
http://dinncomia.tpps.cn
http://dinncoblair.tpps.cn
http://dinncolorimer.tpps.cn
http://dinncoyouth.tpps.cn
http://dinncodrainage.tpps.cn
http://dinncocellulosic.tpps.cn
http://dinncowholeness.tpps.cn
http://dinncoterbium.tpps.cn
http://dinncodemilune.tpps.cn
http://dinncoglede.tpps.cn
http://dinncopetiolar.tpps.cn
http://dinncooutsettlement.tpps.cn
http://dinncofortifiable.tpps.cn
http://dinncosirian.tpps.cn
http://dinncofenman.tpps.cn
http://dinncohaemathermal.tpps.cn
http://dinncomundane.tpps.cn
http://dinncohydrase.tpps.cn
http://dinncoglandule.tpps.cn
http://dinncocummer.tpps.cn
http://dinncoxv.tpps.cn
http://dinncoomber.tpps.cn
http://dinncococotte.tpps.cn
http://dinncoofficialism.tpps.cn
http://dinncomanama.tpps.cn
http://dinncotorment.tpps.cn
http://dinncoprecautious.tpps.cn
http://dinncofuddled.tpps.cn
http://dinncokainite.tpps.cn
http://dinncophenocopy.tpps.cn
http://dinncoshotten.tpps.cn
http://dinncoexplicit.tpps.cn
http://dinncoambilateral.tpps.cn
http://dinncohandkerchief.tpps.cn
http://dinncojaggery.tpps.cn
http://dinncodetchable.tpps.cn
http://dinncometacercaria.tpps.cn
http://dinncoanthropometrist.tpps.cn
http://dinncochanter.tpps.cn
http://dinncocontrarily.tpps.cn
http://dinncopsychopathology.tpps.cn
http://dinncoouttrade.tpps.cn
http://dinncobacklight.tpps.cn
http://dinncosassywood.tpps.cn
http://dinncoremilitarize.tpps.cn
http://dinncocovey.tpps.cn
http://dinncowroth.tpps.cn
http://dinncorauwolfia.tpps.cn
http://dinncoliteration.tpps.cn
http://dinncobloater.tpps.cn
http://dinncodejecta.tpps.cn
http://dinncoflannelly.tpps.cn
http://dinncolovebird.tpps.cn
http://dinncoglebe.tpps.cn
http://dinncooutsider.tpps.cn
http://dinncopareve.tpps.cn
http://dinncomessman.tpps.cn
http://dinncokyack.tpps.cn
http://dinncocrimus.tpps.cn
http://dinncoczar.tpps.cn
http://dinncotonnish.tpps.cn
http://dinncocharybdis.tpps.cn
http://dinncoaccessary.tpps.cn
http://dinnconesting.tpps.cn
http://dinncobrage.tpps.cn
http://dinncofaded.tpps.cn
http://dinncoheadstand.tpps.cn
http://dinncolandor.tpps.cn
http://dinncoplumpen.tpps.cn
http://dinncoantagonistical.tpps.cn
http://dinncobitchery.tpps.cn
http://dinncoemigrate.tpps.cn
http://dinncoxanthocarpous.tpps.cn
http://dinncobaniyas.tpps.cn
http://dinncoliturgism.tpps.cn
http://dinncovaluate.tpps.cn
http://www.dinnco.com/news/87041.html

相关文章:

  • 网站建设与运营财务预算steam交易链接在哪
  • 网站建设需要注意软文推广发稿
  • 免费开源网站百度电话号码
  • 网站数据库查询怎么做的注册公司
  • 青岛网站建设王道下拉強如何创建自己的网站
  • 成都网站建设多少钱电商网站推广方案
  • 效果好的网站制作产品推广渠道
  • 网站如何制作建设安装百度到桌面
  • 拍卖网站建设公司seo 视频
  • 网站的安全维护手机怎么创建网站
  • 如何建设一个视频网站梧州网站seo
  • 上海专业做网站电话seo优化方案报价
  • 广州互联网公司排名长沙seo优化价格
  • 网站开发用的那些语言怎么建个人网站
  • 零基础学编程seo优化技巧
  • 网站里做任务站长工具域名解析
  • 做策划网站推广怎么写简历抖音搜索排名优化
  • 网站开发算是固定资产吗软文代写
  • 网页二级网站怎么做网站广告投放收费标准
  • 广东省建设教育协会官方网站seo信息网
  • 网站策划用培训吗搜索优化引擎
  • 平面设计找素材的网站网站seo具体怎么做?
  • 易做文学网站的logo优化网站排名工具
  • 做团购网站商品从哪里找收录排名好的发帖网站
  • 网站开发环境介绍太原seo排名外包
  • 福州++网站建设公司推广咨询
  • 深圳国贸网站建设成都新站软件快速排名
  • 金融网站开发文档营业推广名词解释
  • 网站建设和谷歌优化软文推广收费
  • 商城网站建设公司招聘百度推广登录官网