spring: cloud: gateway: routes: - id: method_route uri: <http://www.google.com> predicates: - Method=GET
路由会匹配到所有GET方法的请求。