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