“Spring Cloud Netflix Ribbon”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
(未显示同一用户的10个中间版本) | |||
第15行: | 第15行: | ||
[[RestTemplate 总体介绍]] | [[RestTemplate 总体介绍]] | ||
− | [[RestTemplate get | + | [[RestTemplate get 方式,getForObject 请求时没有参数]] |
+ | |||
+ | [[RestTemplate get 方式,getForObject 请求时带有参数的6种情况]] | ||
+ | |||
+ | [[RestTemplate get 方式 getForEntity]] | ||
+ | |||
+ | [[RestTemplate post 方式 发起 post 请求]] | ||
+ | |||
+ | [[RestTemplate exchange]] | ||
+ | |||
+ | [[HttpClient 工具类]] | ||
+ | |||
+ | [[使用 RestTemplate 结合 Ribbon 实现服务调用]] | ||
+ | |||
+ | [[Ribbon 支持的负载均衡策略]] | ||
+ | |||
+ | [[如何修改 Ribbon 的负载均衡策略]] | ||
+ | |||
+ | |||
+ | |||
+ | Eureka Server | ||
+ | |||
+ | https://github.com/jihch/eureka-server-20230323 | ||
+ | |||
+ | |||
+ | Application Service | ||
+ | |||
+ | https://github.com/jihch/application-service-demo | ||
+ | |||
+ | |||
+ | Application Client | ||
+ | |||
+ | https://github.com/jihch/application-client |
2023年3月27日 (一) 07:49的最新版本
https://www.bilibili.com/video/BV1AN411Z7mx
RestTemplate get 方式,getForObject 请求时没有参数
RestTemplate get 方式,getForObject 请求时带有参数的6种情况
RestTemplate get 方式 getForEntity
RestTemplate post 方式 发起 post 请求
使用 RestTemplate 结合 Ribbon 实现服务调用
Eureka Server
https://github.com/jihch/eureka-server-20230323
Application Service
https://github.com/jihch/application-service-demo
Application Client