Commit ac622120db9a1132438191f0eb8bfd93a72e99eb

Authored by sunninghai
1 parent b8c3fabb

order 映射添加

Showing 1 changed file with 12 additions and 1 deletions
gateway.yml
@@ -57,6 +57,10 @@ zuul: @@ -57,6 +57,10 @@ zuul:
57 path: /dingding-service/** 57 path: /dingding-service/**
58 #url: http://user-service:16100 58 #url: http://user-service:16100
59 serviceId: user-service 59 serviceId: user-service
  60 + order:
  61 + path: /order/**
  62 + #url: http://cxcy-service:16300
  63 + serviceId: order-service
60 64
61 hystrix: 65 hystrix:
62 command: 66 command:
@@ -160,7 +164,10 @@ zuul: @@ -160,7 +164,10 @@ zuul:
160 path: /app/cxcy/** 164 path: /app/cxcy/**
161 #url: http://cxcy-service:16300 165 #url: http://cxcy-service:16300
162 serviceId: cxcy-service 166 serviceId: cxcy-service
163 - 167 + order:
  168 + path: /order/**
  169 + #url: http://cxcy-service:16300
  170 + serviceId: order-service
164 hystrix: 171 hystrix:
165 command: 172 command:
166 default: 173 default:
@@ -260,6 +267,10 @@ zuul: @@ -260,6 +267,10 @@ zuul:
260 path: /dingding-service/** 267 path: /dingding-service/**
261 #url: http://user-service:16100 268 #url: http://user-service:16100
262 serviceId: user-service 269 serviceId: user-service
  270 + order:
  271 + path: /order/**
  272 + #url: http://cxcy-service:16300
  273 + serviceId: order-service
263 274
264 hystrix: 275 hystrix:
265 command: 276 command: