i want get request body from ServerWebExchange,use spring-boot-starter-parent 2.1.0.RELEASE + Spring Cloud Greenwich.M3 request body always null,but in spring-boot-starter-parent 2.0.6.RELEASE + Spring Cloud Finchley.SR2 request body is correct,i don‘t not why?this is my sample,gateway-sample and the pom.xml,this problem occurs in custom gateway filter,I will appreciate your help.
That is strictly webflux. There is nothing specific to gateway. I'd ask on stack overflow for webflux.
I meet this question too
me too
I meet this question too. Are you resolve it?