2023年3月13日

springboot中RestTemplate的用法

摘要: 配置RestTemplate用于get请求携带multipart/form-data数据 原生的RestTemplate在发送get请求时,无法携带body数据,但是有时候咱们的业务场景需要这样做,所以我们可以对RestTemplate重新配置达到该目的。 1 package com.syx.con 阅读全文

posted @ 2023-03-13 23:01 DPC27149 阅读(132) 评论(0) 推荐(0)

导航