remote routes defined in file

parent e07ed0bd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment