You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-use-enterprise-spring-cloud-gateway.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ The following table lists the route definitions. All the properties are optional
109
109
110
110
## Use routes for Spring Cloud Gateway
111
111
112
-
Use the following steps to create an sample application using Spring Cloud Gateway.
112
+
Use the following steps to create a sample application using Spring Cloud Gateway.
113
113
114
114
1. Create a test application in Azure Spring Apps by using the following command:
115
115
@@ -133,7 +133,7 @@ Use the following steps to create an sample application using Spring Cloud Gatew
133
133
134
134
1. Create a rule to access the health check endpoint of the test app through Spring Cloud Gateway.
135
135
136
-
Save the following content to a *test-api.json* file. This configuration includes a RateLimit filter, which allows twenty requests every ten seconds, and a RewritePath filter, which allows the request endpoint to reach the standard Spring Boot health check endpoint.
136
+
Save the following content to a *test-api.json* file. This configuration includes a RateLimit filter, which allows 20 requests every 10 seconds, and a RewritePath filter, which allows the request endpoint to reach the standard Spring Boot health check endpoint.
137
137
138
138
```json
139
139
[
@@ -192,11 +192,11 @@ Use the following steps to create an sample application using Spring Cloud Gatew
192
192
193
193
## Use filters
194
194
195
-
The open-source [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) project includes a number of built-in filters for use in Gateway routes. Spring Cloud Gateway provides a number of custom filters in addition to those included in the OSS project.
195
+
The open-source [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway) project includes many built-in filters for use in Gateway routes. Spring Cloud Gateway provides many custom filters in addition to the filters included in the OSS project.
196
196
197
197
### Use filters included in Spring Cloud Gateway OSS
198
198
199
-
You can use Spring Cloud Gateway OSS filters in Spring Cloud Gateway for Kubernetes. Spring Cloud Gateway OSS includes a number of`GatewayFilter` factories that are used to create filters for routes. For a complete list of these factories, see the [GatewayFilter Factories](https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/#gatewayfilter-factories) section in the Spring Cloud Gateway documentation.
199
+
You can use Spring Cloud Gateway OSS filters in Spring Cloud Gateway for Kubernetes. Spring Cloud Gateway OSS includes many`GatewayFilter` factories that are used to create filters for routes. For a complete list of these factories, see the [GatewayFilter Factories](https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/#gatewayfilter-factories) section in the Spring Cloud Gateway documentation.
0 commit comments