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 94a5c75 commit 36eab7fCopy full SHA for 36eab7f
docs/src/main/asciidoc/sagan-index.adoc
@@ -55,7 +55,7 @@ public class DemogatewayApplication {
55
}
56
```
57
58
-To run your own Gateway Server WebFlux use the `spring-cloud-starter-gateway` dependency.
+To run your own Gateway Server WebFlux use the `spring-cloud-starter-gateway-server-webflux` dependency.
59
60
## Getting Started with Spring Cloud Gateway Server Web MVC
61
@@ -100,4 +100,4 @@ public class DemogatewayApplication {
100
101
102
103
-To run your own Gateway Server WebMVC use the `spring-cloud-starter-gateway-mvc` dependency.
+To run your own Gateway Server WebMVC use the `spring-cloud-starter-gateway-server-webmvc` dependency.
0 commit comments