jateway/service/src/main/resources/application-example.yaml
2025-02-28 02:54:53 +03:00

9 lines
142 B
YAML

spring:
cloud:
gateway:
routes:
- id: simple_route
uri: http://example.com
predicates:
- Method=GET