remote routes defined in file

This commit is contained in:
Spencer Gibb
2017-10-27 15:44:23 -04:00
parent e07ed0bd9c
commit 5cc94532a7

View File

@@ -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