第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

[Java]請問springMVC這段代碼啥意思,關(guān)于httpclient的

[Java]請問springMVC這段代碼啥意思,關(guān)于httpclient的

慕沐林林 2018-10-28 14:14:51
這是一個(gè)controller方法的尾巴,方法上的返回值是void請問這個(gè)注解中的屬性和下面那段代碼表示的什么意思“JsonParam”和“cfg.getJsonParam()”表示的是項(xiàng)目里的一個(gè)屬性類,不用在意 @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;
查看完整描述

2 回答

?
qq_花開花謝_0

TA貢獻(xiàn)1835條經(jīng)驗(yàn) 獲得超7個(gè)贊

注解中屬性代表該請求返回參數(shù)類型為json格式;
下面代碼無非就是設(shè)置http請求header中的contentType格式,和設(shè)置請求體內(nèi)容

查看完整回答
反對 回復(fù) 2018-11-03
  • 2 回答
  • 0 關(guān)注
  • 871 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)