Commit ffa2380c by chamberone

fix: 添加order配置

1 parent 9218eb4f
Showing with 4 additions and 0 deletions
...@@ -38,6 +38,10 @@ spring: ...@@ -38,6 +38,10 @@ spring:
uri: lb://district uri: lb://district
predicates: predicates:
- Path=/district/** - Path=/district/**
- id: order
uri: lb://order
predicates:
- Path=/order/**
auth: auth:
path: /test/**,/user/**,/v1/**,/gis/** # 需要认证的路边列表,多个用逗号连接 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!