Commit df788d87 by chamberone

feat: 更新算法工程路由

1 parent dce1ad50
Showing with 2 additions and 6 deletions
...@@ -14,15 +14,11 @@ spring: ...@@ -14,15 +14,11 @@ spring:
uri: lb://project-gis uri: lb://project-gis
predicates: predicates:
- Path=/gis/** - Path=/gis/**
- id: district
uri: lb://project-district
predicates:
- Path=/district/**
- id: dispatch - id: dispatch
uri: lb://project-dispatch uri: lb://project-dispatch
predicates: predicates:
- Path=/dispatch/** - Path=/pea-dispatch/**
auth: auth:
path: /pea-user/**,/pea-role/**,/pea-order/**,/test/**,/v1/**,/gis/** # 需要认证的路边列表,多个用逗号连接 path: /pea-user/**,/pea-role/**,/pea-order/**,/test/**,/v1/**,/pea-dispatch/** # 需要认证的路边列表,多个用逗号连接
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!