Spring Cloud Gateway - Proxy/Forward the entire sub part of URL
问题 I am using Spring Cloud Gateway 2.0.0.M6 testing a simple gateway. I just want a URL to be forwarded to another URL with ** regex Example 1: /integration/sbl/foo/bar => localhost:4178/a-integration/sbl/foo/bar Example 2: /integration/sbl/baz/bad => localhost:4178/a-integration/sbl/baz/bad So far I have written the following, but it only forwards to http://localhost:4178/a-integration/ @Bean public RouteLocator routeLocator(RouteLocatorBuilder builder) { String test = "http://localhost:4178/a