From 5cc94532a735fba0a1a35633c155668360a15cf7 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 27 Oct 2017 15:44:23 -0400 Subject: [PATCH] remote routes defined in file --- .../src/test/resources/application.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/spring-cloud-netflix-zuul/src/test/resources/application.yml b/spring-cloud-netflix-zuul/src/test/resources/application.yml index 2fc95e66..de191f82 100644 --- a/spring-cloud-netflix-zuul/src/test/resources/application.yml +++ b/spring-cloud-netflix-zuul/src/test/resources/application.yml @@ -7,16 +7,16 @@ server: spring: application: name: testclient -zuul: +#zuul: #prefix: /api #strip-prefix: true - routes: - test: - serviceId: testclient - path: /testing123/** - stores: - url: http://localhost:8081 - path: /stores/** +# routes: +# test: +# serviceId: testclient +# path: /testing123/** +# stores: +# url: http://localhost:8081 +# path: /stores/** hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds: 60000 management: context-path: /admin