From 26d13b3a5b7d964e5d51265570e422cc7004402f Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 11 Jun 2018 11:48:15 -0400 Subject: [PATCH] adding spring boot autoconifgure processor --- spring-cloud-gateway-mvc/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-cloud-gateway-mvc/pom.xml b/spring-cloud-gateway-mvc/pom.xml index 195e05a3..7ede0bba 100644 --- a/spring-cloud-gateway-mvc/pom.xml +++ b/spring-cloud-gateway-mvc/pom.xml @@ -20,6 +20,11 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-autoconfigure-processor + true + org.springframework.boot spring-boot-starter-test