Uses of Class
net.dreamlu.mica.java11.rest.config.HttpClientRestProperties
-
Packages that use HttpClientRestProperties Package Description net.dreamlu.mica.java11.rest.config -
-
Uses of HttpClientRestProperties in net.dreamlu.mica.java11.rest.config
Methods in net.dreamlu.mica.java11.rest.config with parameters of type HttpClientRestProperties Modifier and Type Method Description org.springframework.web.client.RestTemplateRestTemplateConfiguration. restTemplate(HttpClientRestProperties properties, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.client.RestTemplateBuilder> builderProvider)普通的 RestTemplate,不透传请求头,一般只做外部 http 调用
-