Skip to content

Commit 36eab7f

Browse files
committed
Updates sagan-index.adoc to reflect new webflux and webmvc starters
1 parent 94a5c75 commit 36eab7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/sagan-index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class DemogatewayApplication {
5555
}
5656
```
5757

58-
To run your own Gateway Server WebFlux use the `spring-cloud-starter-gateway` dependency.
58+
To run your own Gateway Server WebFlux use the `spring-cloud-starter-gateway-server-webflux` dependency.
5959

6060
## Getting Started with Spring Cloud Gateway Server Web MVC
6161

@@ -100,4 +100,4 @@ public class DemogatewayApplication {
100100
}
101101
```
102102
103-
To run your own Gateway Server WebMVC use the `spring-cloud-starter-gateway-mvc` dependency.
103+
To run your own Gateway Server WebMVC use the `spring-cloud-starter-gateway-server-webmvc` dependency.

0 commit comments

Comments
 (0)