[BAEL-3311] Spring Cloud Gateway Routing Predicate Factories

This commit is contained in:
Philippe
2020-01-19 13:26:41 -03:00
parent ee96016774
commit 3d6d0765a3
6 changed files with 213 additions and 0 deletions
@@ -68,6 +68,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
</dependencies>
<build>