Spring Cloud 默认过滤器
2024-01-05 17:37 更新
如果您要添加过滤器并将其应用于所有路由,则可以使用spring.cloud.gateway.default-filters
。该属性采用过滤器列表
application.yml。
spring: cloud: gateway: default-filters: - AddResponseHeader=X-Response-Default-Foo, Default-Bar - PrefixPath=/httpbin
以上内容是否对您有帮助:
更多建议: