We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5e281 commit 26d3ef2Copy full SHA for 26d3ef2
spring-cloud-gateway/demo.adoc
@@ -114,7 +114,7 @@ Spring Cloud Gateway only supports Hystrix at this time. Spring Cloud deprecated
114
115
. Modify `CarServiceApplicationTests.java` to add JWT access tokens to each request [`webflux-controller-test-jwt`]
116
117
-. In `ApiGatewayApplication.java`, add a filter that applies the `TokenRelayGatewayFilterFactory` from Spring Cloud Security [`router-locator-token`]
+. In `ApiGatewayApplication.java`, add a filter that applies the `TokenRelayGatewayFilterFactory` from Spring Cloud Security [`route-locator-token`]
118
119
. Restart the API Gateway and confirm `http://localhost:8080/cars` works
120
0 commit comments