Files
spring-cloud-gateway/spring-cloud-gateway-server-mvc/src/test/resources/application-functionhandlerconfigtests.yml
2025-05-22 16:22:29 -04:00

21 lines
489 B
YAML

spring.cloud.gateway.server.webmvc:
routesMap:
testsimplefunction:
uri: fn:upper
predicates:
- Path=/simplefunction
- Method=POST
testtemplatedfunction:
uri: fn:{fnName}
predicates:
- Path=/templatedfunction/{fnName}
- Method=POST
testsupplierfunction:
uri: fn:hello
predicates:
- Path=/supplierfunction
- Method=GET
logging:
level:
org.springframework.cloud.gateway.server.mvc: TRACE