Adds test for Supplier functions via config in server-webmvc

See gh-3646
This commit is contained in:
spencergibb
2025-02-05 11:39:57 -05:00
parent 6e6ceb5dff
commit f469733d9f
2 changed files with 23 additions and 1 deletions

View File

@@ -10,7 +10,11 @@ spring.cloud.gateway.mvc:
predicates:
- Path=/templatedfunction/{fnName}
- Method=POST
testsupplierfunction:
uri: fn:hello
predicates:
- Path=/supplierfunction
- Method=GET
logging:
level:
org.springframework.cloud.gateway.server.mvc: TRACE