Commit 561476b3 by 王力

Merge branch 'feature_mvp616_wangl' into 'develop'

修正合并错误

See merge request !25
2 parents 31f9f557 1c2432dd
Showing with 4 additions and 28 deletions
......@@ -2,42 +2,18 @@ spring:
cloud:
gateway:
routes:
- id: placeOrder
uri: lb://project-order
predicates:
- Path=/pea-order
- id: queryStorage
uri: lb://project-storage
predicates:
- Path=/storage/
- id: queryAccount
uri: lb://project-account
predicates:
- Path=/account/
- id: praiseItemRocketMQ
uri: lb://project-provider
predicates:
- Path=/praise/rocketmq
- id: praiseItemSentinel
uri: lb://project-provider
predicates:
- Path=/praise/sentinel
- id: queryPraise
uri: lb://project-consumer
predicates:
- Path=/praise/query
- id: user
uri: lb://user
predicates:
- Path=/user/**, /v1/team/**, /v1/user/**
- Path=/user/**, /v1/team/**, /v1/user/**
- id: order
uri: lb://project-order
predicates:
- Path=/order/**
- Path=/pea-order/**
- id: gis
uri: lb://project-gis
predicates:
- Path=/gis/**
- Path=/gis/**
- id: district
uri: lb://project-district
predicates:
......@@ -45,4 +21,4 @@ spring:
auth:
path: /test/**,/user/**,/v1/**,/gis/** # 需要认证的路边列表,多个用逗号连接
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!