Skip to content

Latest commit

 

History

History

springboot-httpclient

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

本例主要演示springboot与http客户端整合,整合的http客户端有如下

  • 1、与httpclient进行整合
  • 2、与restTemplate进行整合
  • 3、与webClient进行整合
  • 4、通过自定义注解,实现多种http客户端