Uri传参有两种,一种是@RequestParam,一种是@PathVariable
@RequestParam通过key,value的形式传参。
@PathVariable通过占位符的形式传参。
接收消费者端提交过来的参数,生产Uri推送给消费者端。
以key,value的形式来传参
build()里面加上传入的value值。
WebFlux- WebClient(二)
原文:https://www.cnblogs.com/starof/p/13624834.html