diff --git a/Chapter9-1-5/api-gateway/pom.xml b/Chapter9-1-5/api-gateway/pom.xml index 1a80d78..5ad32b6 100644 --- a/Chapter9-1-5/api-gateway/pom.xml +++ b/Chapter9-1-5/api-gateway/pom.xml @@ -25,12 +25,6 @@ - - org.springframework.boot - spring-boot-starter-test - test - - org.springframework.cloud spring-cloud-starter-zuul @@ -41,11 +35,6 @@ spring-cloud-starter-eureka - - org.springframework.boot - spring-boot-starter-web - - diff --git a/Chapter9-1-5/api-gateway/src/main/resources/application.properties b/Chapter9-1-5/api-gateway/src/main/resources/application.properties index 64abddd..1f70d66 100644 --- a/Chapter9-1-5/api-gateway/src/main/resources/application.properties +++ b/Chapter9-1-5/api-gateway/src/main/resources/application.properties @@ -1,8 +1,6 @@ spring.application.name=api-gateway server.port=5555 -zuul.ignoredServices="*" - # routes to serviceId zuul.routes.api-a.path=/api-a/** zuul.routes.api-a.serviceId=service-A