Relative Content

Tag Archive for spring-cloud-gateway

Springcloud gateway route Predicate does not take effect

Background: I need to expect springcloud gateway to route to the specified interface according to the parameters in the post request. At present, I configure it according to the Predicate in springcloud gateway. I refer to ReadBodyPredicateFactory to customize a predicatefactory to meet our needs. I adjusted it many times according to the configuration, but it still did not take effect,
Can you help me find out where the configuration is wrong?
This is my config: