你好杰米 2018-03-28 04:05 采纳率: 88.9%
浏览 653
已采纳

[Java]请问springMVC这段代码啥意思,关于httpclient的

这是一个controller方法的尾巴,方法上的返回值是void
请问这个注解中的属性和下面那段代码表示的什么意思
“JsonParam”和“cfg.getJsonParam()”表示的是项目里的一个属性类,不用在意

 @PostMapping(produces = MediaType.APPLICATION_JSON_VALUE)
  public void upload(。。。。。。。。
 HttpHeaders headers = new HttpHeaders();
      MediaType mediaType = new MediaType("application", "merge-patch+json");
      headers.setContentType(mediaType);

      HttpEntity<JsonParam> entity = new HttpEntity<>(cfg.getJsonParam(), headers);
      HttpComponentsClientHttpRequestFactory requestFactory = new HttpComponentsClientHttpRequestFactory();
      RestTemplate restTemplate = new RestTemplate(requestFactory);

为了看的方便我把包放出来

import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;
import org.springframework.web.client.RestTemplate;
  • 写回答

3条回答 默认 最新

  • yerikdiao 2018-03-28 05:06
    关注

    注解中属性代表该请求返回参数类型为json格式;
    下面代码无非就是设置http请求header中的contentType格式,和设置请求体内容

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥20 电脑拓展屏桌面被莫名遮挡
  • ¥20 ensp,用局域网解决
  • ¥15 Python语言实验
  • ¥15 我每周要在投影仪优酷上自动连续播放112场电影,我每一周遥控操作一次投影仪,并使得电影永远不重复播放,请问怎样操作好呢?有那么多电影看吗?
  • ¥20 电脑重启停留在grub界面,引导出错需修复
  • ¥15 matlab透明图叠加
  • ¥50 基于stm32l4系列 使用blunrg-ms的ble gatt 创建 hid 服务失败
  • ¥150 计算DC/DC变换器平均模型中的参数mu
  • ¥25 C语言代码,大家帮帮我
  • ¥15 请问以下文字内容及对应编码是用了什么加密算法或压缩算法呢?