禁用特定路由上的默认过滤器 - Spring Cloud Gateway

Bal*_*eth 9 spring-cloud spring-cloud-gateway

我正在使用 Spring Cloud Gateway,并且有一个需要跳过default-filters特定路由的用例。

文档没有提到这个选项,有什么方法可以实现吗?

我在源代码中也找不到任何线索。