所在的位置: html >> html前景 >> RESTClients通过RestT

RESTClients通过RestT

SpringBoot中的RestTemplate

简述:

SpringBoot中没有动配置RestTemplateSpringBoot提供了RestTemplateBuilder

RestTemplateBuilder.build()

常法

GET请求

getForObject()/getForEntity()

POST请求

postForObject()/postForEntity()

PUT请求

put()

DELETE请求

delete()

构造URI

构造URI

UriComponentsBuilder

构造相对于当前请求的URI

ServletUriComponentsBuilder

构造指向Controller的URI

MvcUriComponentsBuilder

RestTemplate




转载请注明:http://www.aierlanlan.com/cyrz/4798.html

  • 上一篇文章:
  •   
  • 下一篇文章: 没有了