Skip to content

Commit 1adea9a

Browse files
author
unknown
committed
zuul config
1 parent 190ea4f commit 1adea9a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

respo/zuul-dev.properties

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
server.port=8889
3+
# routes to serviceId
4+
zuul.routes.api-a.path=/userapi/**
5+
zuul.routes.api-a.serviceId=USER
6+
zuul.routes.api-b.path=/addressapi/**
7+
zuul.routes.api-b.serviceId=ADDRESS
8+
9+
# routes to url
10+
# zuul.routes.api-a-url.path=/userapi/**
11+
# zuul.routes.api-a-url.url=http://localhost:8881/
12+
#eureka.client.serviceUrl.defaultZone=http://localhost:8880/eureka/
13+
14+

0 commit comments

Comments
 (0)