spring: cloud: gateway: routes: - id: simple_route uri: http://example.com predicates: - Method=GET